#61871F

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

Shades of Olive Drab #61871F

Tints of Olive Drab #61871F

Color information

#61871F (or 0x61871F) is unknown color: approx Olive Drab. HEX triplet: 61, 87 and 1F. RGB value is (97,135,31). Sum of RGB (Red+Green+Blue) = 97+135+31=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #61871F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61871F is #9E78E0. Grayscale: #707070. Windows color (decimal): -10385633 or 2066273. OLE color: 2066273.

HSL color Cylindrical-coordinate representation of color #61871F: hue angle of 81.92º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61871F is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB9713531-
CMYK0.2800.770.47
HSL81.92º62.65%32.55%-
HSV(B)81.92º77.04%52.94%-
XYZ13.8419.974.42-
YUV111.7882.41117.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.88%
GREEN value IS 135 (53.12% from 255) = 51.33%
BLUE value IS 31 (12.5% from 255) = 11.79%
R=36.88%
G=51.33%
B=11.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97135310.2800.770.4781.9262.6532.55
Hex61871F1C04D2F523f21
Octal14120737340115571227741
Binary1100001100001111111111100010011011011111010010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61871F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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