#61880C

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

Shades of Olive Drab #61880C

Tints of Olive Drab #61880C

Color information

#61880C (or 0x61880C) is unknown color: approx Olive Drab. HEX triplet: 61, 88 and 0C. RGB value is (97,136,12). Sum of RGB (Red+Green+Blue) = 97+136+12=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #61880C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61880C is #9E77F3. Grayscale: #6E6E6E. Windows color (decimal): -10385396 or 821345. OLE color: 821345.

HSL color Cylindrical-coordinate representation of color #61880C: hue angle of 78.87º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61880C is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB9713612-
CMYK0.2900.910.47
HSL78.87º83.78%29.02%-
HSV(B)78.87º91.18%53.33%-
XYZ13.820.183.51-
YUV110.272.58118.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 136 (53.52% from 255) = 55.51%
BLUE value IS 12 (5.08% from 255) = 4.90%
R=39.59%
G=55.51%
B=4.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97136120.2900.910.4778.8783.7829.02
Hex6188C1D05B2F4f541d
Octal141210143501335711712435
Binary110000110001000110011101010110111011111001111101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61880C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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