#6C9031

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

Shades of Olive Drab #6C9031

Tints of Olive Drab #6C9031

Color information

#6C9031 (or 0x6C9031) is unknown color: approx Olive Drab. HEX triplet: 6C, 90 and 31. RGB value is (108,144,49). Sum of RGB (Red+Green+Blue) = 108+144+49=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #6C9031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9031 is #936FCE. Grayscale: #7A7A7A. Windows color (decimal): -9662415 or 3248236. OLE color: 3248236.

HSL color Cylindrical-coordinate representation of color #6C9031: hue angle of 82.74º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C9031 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB10814449-
CMYK0.2500.660.44
HSL82.74º49.22%37.84%-
HSV(B)82.74º65.97%56.47%-
XYZ16.7123.366.53-
YUV122.4186.57117.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.88%
GREEN value IS 144 (56.64% from 255) = 47.84%
BLUE value IS 49 (19.53% from 255) = 16.28%
R=35.88%
G=47.84%
B=16.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108144490.2500.660.4482.7449.2237.84
Hex6C9031190422C533126
Octal15422061310102541236146
Binary11011001001000011000111001010000101011001010011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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