#6C9313

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

Shades of Olive Drab #6C9313

Tints of Olive Drab #6C9313

Color information

#6C9313 (or 0x6C9313) is unknown color: approx Olive Drab. HEX triplet: 6C, 93 and 13. RGB value is (108,147,19). Sum of RGB (Red+Green+Blue) = 108+147+19=274 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.42% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #6C9313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9313 is #936CEC. Grayscale: #797979. Windows color (decimal): -9661677 or 1282924. OLE color: 1282924.

HSL color Cylindrical-coordinate representation of color #6C9313: hue angle of 78.28º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C9313 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB10814719-
CMYK0.2700.870.42
HSL78.28º77.11%32.55%-
HSV(B)78.28º87.07%57.65%-
XYZ16.7424.14.39-
YUV120.7570.58118.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.42%
GREEN value IS 147 (57.81% from 255) = 53.65%
BLUE value IS 19 (7.81% from 255) = 6.93%
R=39.42%
G=53.65%
B=6.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108147190.2700.870.4278.2877.1132.55
Hex6C93131B0572A4e4d21
Octal154223233301275211611541
Binary11011001001001110011110110101011110101010011101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,147,19); }

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

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

 a { background-color: rgb(108,147,19); }

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

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

 span { border-color: rgb(108,147,19); }

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