#61800C

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

Shades of Olive Drab #61800C

Tints of Olive Drab #61800C

Color information

#61800C (or 0x61800C) is unknown color: approx Olive Drab. HEX triplet: 61, 80 and 0C. RGB value is (97,128,12). Sum of RGB (Red+Green+Blue) = 97+128+12=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #61800C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61800C is #9E7FF3. Grayscale: #696969. Windows color (decimal): -10387444 or 819297. OLE color: 819297.

HSL color Cylindrical-coordinate representation of color #61800C: hue angle of 76.03º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61800C is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB9712812-
CMYK0.2400.910.50
HSL76.03º82.86%27.45%-
HSV(B)76.03º90.62%50.2%-
XYZ12.7218.013.15-
YUV105.5175.23121.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.93%
GREEN value IS 128 (50.39% from 255) = 54.01%
BLUE value IS 12 (5.08% from 255) = 5.06%
R=40.93%
G=54.01%
B=5.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97128120.2400.910.5076.0382.8627.45
Hex6180C1805B324c531b
Octal141200143001336211412333
Binary110000110000000110011000010110111100101001100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61800C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61800C; }

 p { color: rgb(97,128,12); }

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

<style>
 a { background-color: #61800C; }

 a { background-color: rgb(97,128,12); }

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

<style>
 span { border-color: #61800C; }

 span { border-color: rgb(97,128,12); }

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