#73871F

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

Shades of Olive Drab #73871F

Tints of Olive Drab #73871F

Color information

#73871F (or 0x73871F) is unknown color: approx Olive Drab. HEX triplet: 73, 87 and 1F. RGB value is (115,135,31). Sum of RGB (Red+Green+Blue) = 115+135+31=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #73871F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73871F is #8C78E0. Grayscale: #757575. Windows color (decimal): -9205985 or 2066291. OLE color: 2066291.

HSL color Cylindrical-coordinate representation of color #73871F: hue angle of 71.54º 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 #73871F is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB11513531-
CMYK0.1500.770.47
HSL71.54º62.65%32.55%-
HSV(B)71.54º77.04%52.94%-
XYZ15.9821.074.52-
YUV117.1679.37126.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.93%
GREEN value IS 135 (53.12% from 255) = 48.04%
BLUE value IS 31 (12.5% from 255) = 11.03%
R=40.93%
G=48.04%
B=11.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115135310.1500.770.4771.5462.6532.55
Hex73871FF04D2F483f21
Octal16320737170115571107741
Binary111001110000111111111111010011011011111001000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73871F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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