#6F8918

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

Shades of Olive Drab #6F8918

Tints of Olive Drab #6F8918

Color information

#6F8918 (or 0x6F8918) is unknown color: approx Olive Drab. HEX triplet: 6F, 89 and 18. RGB value is (111,137,24). Sum of RGB (Red+Green+Blue) = 111+137+24=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8918 is #9076E7. Grayscale: #747474. Windows color (decimal): -9467624 or 1608047. OLE color: 1608047.

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

Color convert

RGB11113724-
CMYK0.1900.820.46
HSL73.81º70.19%31.57%-
HSV(B)73.81º82.48%53.73%-
XYZ15.6721.344.16-
YUV116.3475.89124.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.81%
GREEN value IS 137 (53.91% from 255) = 50.37%
BLUE value IS 24 (9.77% from 255) = 8.82%
R=40.81%
G=50.37%
B=8.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111137240.1900.820.4673.8170.1931.57
Hex6F8918130522E4a4620
Octal157211302301225611210640
Binary11011111000100111000100110101001010111010010101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F8918; }

 p { color: rgb(111,137,24); }

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

<style>
 a { background-color: #6F8918; }

 a { background-color: rgb(111,137,24); }

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

<style>
 span { border-color: #6F8918; }

 span { border-color: rgb(111,137,24); }

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