#748A25

Color #748A25 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #748A25

Tints of Olive Drab #748A25

Color information

#748A25 (or 0x748A25) is unknown color: approx Olive Drab. HEX triplet: 74, 8A and 25. RGB value is (116,138,37). Sum of RGB (Red+Green+Blue) = 116+138+37=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 138 - color contains mainly: green. Hex color #748A25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748A25 is #8B75DA. Grayscale: #787878. Windows color (decimal): -9139675 or 2460276. OLE color: 2460276.

HSL color Cylindrical-coordinate representation of color #748A25: hue angle of 73.07º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #748A25 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB11613837-
CMYK0.1600.730.46
HSL73.07º57.71%34.31%-
HSV(B)73.07º73.19%54.12%-
XYZ16.6222.025.13-
YUV119.9181.21125.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 39.86%
GREEN value IS 138 (54.30% from 255) = 47.42%
BLUE value IS 37 (14.84% from 255) = 12.71%
R=39.86%
G=47.42%
B=12.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116138370.1600.730.4673.0757.7134.31
Hex748A25100492E493a22
Octal16421245200111561117242
Binary11101001000101010010110000010010011011101001001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748A25; }

 p { color: rgb(116,138,37); }

 H1.HeaderClassName
 {
   color: #748A25;
 }
 .AnyTagClassName
 {
   color: #748A25;
 }
</style>
background-color css

<style>
 a { background-color: #748A25; }

 a { background-color: rgb(116,138,37); }

 div.DivClassName
 {
   background-color: #748A25;
 }
 .BgClassName
 {
   background-color: #748A25;
 }
</style>
border-color css

<style>
 span { border-color: #748A25; }

 span { border-color: rgb(116,138,37); }

 td.TdClassName
 {
   border-color: #748A25;
 }
 .TagClassName
 {
   border-color: #748A25;
 }
</style>