#61871B

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

Shades of Olive Drab #61871B

Tints of Olive Drab #61871B

Color information

#61871B (or 0x61871B) is unknown color: approx Olive Drab. HEX triplet: 61, 87 and 1B. RGB value is (97,135,27). Sum of RGB (Red+Green+Blue) = 97+135+27=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #61871B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61871B is #9E78E4. Grayscale: #6F6F6F. Windows color (decimal): -10385637 or 1804129. OLE color: 1804129.

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

Color convert

RGB9713527-
CMYK0.2800.80.47
HSL81.11º66.67%31.76%-
HSV(B)81.11º80%52.94%-
XYZ13.7919.954.16-
YUV111.3380.41117.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 135 (53.12% from 255) = 52.12%
BLUE value IS 27 (10.94% from 255) = 10.42%
R=37.45%
G=52.12%
B=10.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97135270.2800.80.4781.1166.6731.76
Hex61871B1C0502F514320
Octal141207333401205712110340
Binary11000011000011111011111000101000010111110100011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61871B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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