#748A18

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

Shades of Olive Drab #748A18

Tints of Olive Drab #748A18

Color information

#748A18 (or 0x748A18) is unknown color: approx Olive Drab. HEX triplet: 74, 8A and 18. RGB value is (116,138,24). Sum of RGB (Red+Green+Blue) = 116+138+24=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 138 (54.30% from 255 or 49.64% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 138 - color contains mainly: green. Hex color #748A18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748A18 is #8B75E7. Grayscale: #767676. Windows color (decimal): -9139688 or 1608308. OLE color: 1608308.

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

Color convert

RGB11613824-
CMYK0.1600.830.46
HSL71.58º70.37%31.76%-
HSV(B)71.58º82.61%54.12%-
XYZ16.4621.964.23-
YUV118.4374.71126.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.73%
GREEN value IS 138 (54.30% from 255) = 49.64%
BLUE value IS 24 (9.77% from 255) = 8.63%
R=41.73%
G=49.64%
B=8.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116138240.1600.830.4671.5870.3731.76
Hex748A18100532E484620
Octal164212302001235611010640
Binary11101001000101011000100000101001110111010010001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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