#61811F

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

Shades of Olive Drab #61811F

Tints of Olive Drab #61811F

Color information

#61811F (or 0x61811F) is unknown color: approx Olive Drab. HEX triplet: 61, 81 and 1F. RGB value is (97,129,31). Sum of RGB (Red+Green+Blue) = 97+129+31=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #61811F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61811F is #9E7EE0. Grayscale: #6C6C6C. Windows color (decimal): -10387169 or 2064737. OLE color: 2064737.

HSL color Cylindrical-coordinate representation of color #61811F: hue angle of 79.59º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61811F is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB9712931-
CMYK0.2500.760.49
HSL79.59º61.25%31.37%-
HSV(B)79.59º75.97%50.59%-
XYZ13.0318.344.15-
YUV108.2684.4119.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.74%
GREEN value IS 129 (50.78% from 255) = 50.19%
BLUE value IS 31 (12.5% from 255) = 12.06%
R=37.74%
G=50.19%
B=12.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97129310.2500.760.4979.5961.2531.37
Hex61811F1904C31503d1f
Octal14120137310114611207537
Binary110000110000001111111100101001100110001101000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61811F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61811F; }

 p { color: rgb(97,129,31); }

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

<style>
 a { background-color: #61811F; }

 a { background-color: rgb(97,129,31); }

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

<style>
 span { border-color: #61811F; }

 span { border-color: rgb(97,129,31); }

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