#6C8131

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

Shades of Olive Drab #6C8131

Tints of Olive Drab #6C8131

Color information

#6C8131 (or 0x6C8131) is unknown color: approx Olive Drab. HEX triplet: 6C, 81 and 31. RGB value is (108,129,49). Sum of RGB (Red+Green+Blue) = 108+129+49=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #6C8131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8131 is #937ECE. Grayscale: #717171. Windows color (decimal): -9666255 or 3244396. OLE color: 3244396.

HSL color Cylindrical-coordinate representation of color #6C8131: hue angle of 75.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C8131 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB10812949-
CMYK0.1600.620.49
HSL75.75º44.94%34.9%-
HSV(B)75.75º62.02%50.59%-
XYZ14.5919.115.83-
YUV113.691.54124-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.76%
GREEN value IS 129 (50.78% from 255) = 45.10%
BLUE value IS 49 (19.53% from 255) = 17.13%
R=37.76%
G=45.10%
B=17.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108129490.1600.620.4975.7544.9434.9
Hex6C81311003E314c2d23
Octal1542016120076611145543
Binary1101100100000011100011000001111101100011001100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,129,49); }

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

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

 a { background-color: rgb(108,129,49); }

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

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

 span { border-color: rgb(108,129,49); }

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