#61860D

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

Shades of Olive Drab #61860D

Tints of Olive Drab #61860D

Color information

#61860D (or 0x61860D) is unknown color: approx Olive Drab. HEX triplet: 61, 86 and 0D. RGB value is (97,134,13). Sum of RGB (Red+Green+Blue) = 97+134+13=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #61860D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61860D is #9E79F2. Grayscale: #6D6D6D. Windows color (decimal): -10385907 or 886369. OLE color: 886369.

HSL color Cylindrical-coordinate representation of color #61860D: hue angle of 78.35º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61860D is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB9713413-
CMYK0.2800.900.47
HSL78.35º82.31%28.82%-
HSV(B)78.35º90.3%52.55%-
XYZ13.5319.623.45-
YUV109.1473.74119.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.75%
GREEN value IS 134 (52.73% from 255) = 54.92%
BLUE value IS 13 (5.47% from 255) = 5.33%
R=39.75%
G=54.92%
B=5.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97134130.2800.900.4778.3582.3128.82
Hex6186D1C05A2F4e521d
Octal141206153401325711612235
Binary110000110000110110111100010110101011111001110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61860D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61860D; }

 p { color: rgb(97,134,13); }

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

<style>
 a { background-color: #61860D; }

 a { background-color: rgb(97,134,13); }

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

<style>
 span { border-color: #61860D; }

 span { border-color: rgb(97,134,13); }

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