#73981F

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

Shades of Olive Drab #73981F

Tints of Olive Drab #73981F

Color information

#73981F (or 0x73981F) is unknown color: approx Olive Drab. HEX triplet: 73, 98 and 1F. RGB value is (115,152,31). Sum of RGB (Red+Green+Blue) = 115+152+31=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #73981F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73981F is #8C67E0. Grayscale: #7F7F7F. Windows color (decimal): -9201633 or 2070643. OLE color: 2070643.

HSL color Cylindrical-coordinate representation of color #73981F: hue angle of 78.35º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73981F is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB11515231-
CMYK0.2400.800.40
HSL78.35º66.12%35.88%-
HSV(B)78.35º79.61%59.61%-
XYZ18.5526.25.38-
YUV127.1473.74119.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.59%
GREEN value IS 152 (59.77% from 255) = 51.01%
BLUE value IS 31 (12.5% from 255) = 10.40%
R=38.59%
G=51.01%
B=10.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115152310.2400.800.4078.3566.1235.88
Hex73981F18050284e4224
Octal163230373001205011610244
Binary11100111001100011111110000101000010100010011101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73981F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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