#73901E

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

Shades of Olive Drab #73901E

Tints of Olive Drab #73901E

Color information

#73901E (or 0x73901E) is unknown color: approx Olive Drab. HEX triplet: 73, 90 and 1E. RGB value is (115,144,30). Sum of RGB (Red+Green+Blue) = 115+144+30=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #73901E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73901E is #8C6FE1. Grayscale: #7A7A7A. Windows color (decimal): -9203682 or 2003059. OLE color: 2003059.

HSL color Cylindrical-coordinate representation of color #73901E: hue angle of 75.26º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73901E is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB11514430-
CMYK0.2000.790.44
HSL75.26º65.52%34.12%-
HSV(B)75.26º79.17%56.47%-
XYZ17.2823.694.89-
YUV122.3375.89122.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.79%
GREEN value IS 144 (56.64% from 255) = 49.83%
BLUE value IS 30 (12.11% from 255) = 10.38%
R=39.79%
G=49.83%
B=10.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115144300.2000.790.4475.2665.5234.12
Hex73901E1404F2C4b4222
Octal163220362401175411310242
Binary11100111001000011110101000100111110110010010111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73901E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73901E; }

 p { color: rgb(115,144,30); }

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

<style>
 a { background-color: #73901E; }

 a { background-color: rgb(115,144,30); }

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

<style>
 span { border-color: #73901E; }

 span { border-color: rgb(115,144,30); }

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