#6C9004

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

Shades of Olive Drab #6C9004

Tints of Olive Drab #6C9004

Color information

#6C9004 (or 0x6C9004) is unknown color: approx Olive Drab. HEX triplet: 6C, 90 and 04. RGB value is (108,144,4). Sum of RGB (Red+Green+Blue) = 108+144+4=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #6C9004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C9004 is #936FFB. Grayscale: #757575. Windows color (decimal): -9662460 or 299116. OLE color: 299116.

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

Color convert

RGB1081444-
CMYK0.2500.970.44
HSL75.43º94.59%29.02%-
HSV(B)75.43º97.22%56.47%-
XYZ16.1823.143.73-
YUV117.2864.07121.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.19%
GREEN value IS 144 (56.64% from 255) = 56.25%
BLUE value IS 4 (1.95% from 255) = 1.56%
R=42.19%
G=56.25%
B=1.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10814440.2500.970.4475.4394.5929.02
Hex6C904190612C4b5f1d
Octal15422043101415411313735
Binary11011001001000010011001011000011011001001011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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