#6F8818

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

Shades of Olive Drab #6F8818

Tints of Olive Drab #6F8818

Color information

#6F8818 (or 0x6F8818) is unknown color: approx Olive Drab. HEX triplet: 6F, 88 and 18. RGB value is (111,136,24). Sum of RGB (Red+Green+Blue) = 111+136+24=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #6F8818 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8818 is #9077E7. Grayscale: #747474. Windows color (decimal): -9467880 or 1607791. OLE color: 1607791.

HSL color Cylindrical-coordinate representation of color #6F8818: hue angle of 73.39º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F8818 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB11113624-
CMYK0.1800.820.47
HSL73.39º70%31.37%-
HSV(B)73.39º82.35%53.33%-
XYZ15.5221.054.11-
YUV115.7676.22124.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.96%
GREEN value IS 136 (53.52% from 255) = 50.18%
BLUE value IS 24 (9.77% from 255) = 8.86%
R=40.96%
G=50.18%
B=8.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111136240.1800.820.4773.397031.37
Hex6F8818120522F49461f
Octal157210302201225711110637
Binary1101111100010001100010010010100101011111001001100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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