#6F8D28

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

Shades of Olive Drab #6F8D28

Tints of Olive Drab #6F8D28

Color information

#6F8D28 (or 0x6F8D28) is unknown color: approx Olive Drab. HEX triplet: 6F, 8D and 28. RGB value is (111,141,40). Sum of RGB (Red+Green+Blue) = 111+141+40=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 141 (55.47% from 255 or 48.29% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 141 - color contains mainly: green. Hex color #6F8D28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8D28 is #9072D7. Grayscale: #787878. Windows color (decimal): -9466584 or 2657647. OLE color: 2657647.

HSL color Cylindrical-coordinate representation of color #6F8D28: hue angle of 77.82º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F8D28 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB11114140-
CMYK0.2100.720.45
HSL77.82º55.8%35.49%-
HSV(B)77.82º71.63%55.29%-
XYZ16.4622.585.5-
YUV120.5282.56121.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.01%
GREEN value IS 141 (55.47% from 255) = 48.29%
BLUE value IS 40 (16.02% from 255) = 13.70%
R=38.01%
G=48.29%
B=13.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111141400.2100.720.4577.8255.835.49
Hex6F8D28150482D4e3823
Octal15721550250110551167043
Binary11011111000110110100010101010010001011011001110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,141,40); }

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

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

 a { background-color: rgb(111,141,40); }

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

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

 span { border-color: rgb(111,141,40); }

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