#61880E

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

Shades of Olive Drab #61880E

Tints of Olive Drab #61880E

Color information

#61880E (or 0x61880E) is unknown color: approx Olive Drab. HEX triplet: 61, 88 and 0E. RGB value is (97,136,14). Sum of RGB (Red+Green+Blue) = 97+136+14=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #61880E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61880E is #9E77F1. Grayscale: #6E6E6E. Windows color (decimal): -10385394 or 952417. OLE color: 952417.

HSL color Cylindrical-coordinate representation of color #61880E: hue angle of 79.18º degrees, saturation: 0.81, 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 #61880E is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB9713614-
CMYK0.2900.900.47
HSL79.18º81.33%29.41%-
HSV(B)79.18º89.71%53.33%-
XYZ13.8120.183.58-
YUV110.4373.58118.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 136 (53.52% from 255) = 55.06%
BLUE value IS 14 (5.86% from 255) = 5.67%
R=39.27%
G=55.06%
B=5.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97136140.2900.900.4779.1881.3329.41
Hex6188E1D05A2F4f511d
Octal141210163501325711712135
Binary110000110001000111011101010110101011111001111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61880E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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