#6C8A28

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

Shades of Olive Drab #6C8A28

Tints of Olive Drab #6C8A28

Color information

#6C8A28 (or 0x6C8A28) is unknown color: approx Olive Drab. HEX triplet: 6C, 8A and 28. RGB value is (108,138,40). Sum of RGB (Red+Green+Blue) = 108+138+40=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8A28 is #9375D7. Grayscale: #767676. Windows color (decimal): -9663960 or 2656876. OLE color: 2656876.

HSL color Cylindrical-coordinate representation of color #6C8A28: hue angle of 78.37º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C8A28 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB10813840-
CMYK0.2200.710.46
HSL78.37º55.06%34.9%-
HSV(B)78.37º71.01%54.12%-
XYZ15.6621.525.34-
YUV117.8684.06120.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.76%
GREEN value IS 138 (54.30% from 255) = 48.25%
BLUE value IS 40 (16.02% from 255) = 13.99%
R=37.76%
G=48.25%
B=13.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108138400.2200.710.4678.3755.0634.9
Hex6C8A28160472E4e3723
Octal15421250260107561166743
Binary11011001000101010100010110010001111011101001110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,138,40); }

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

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

 a { background-color: rgb(108,138,40); }

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

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

 span { border-color: rgb(108,138,40); }

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