#73900B

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

Shades of Olive Drab #73900B

Tints of Olive Drab #73900B

Color information

#73900B (or 0x73900B) is unknown color: approx Olive Drab. HEX triplet: 73, 90 and 0B. RGB value is (115,144,11). Sum of RGB (Red+Green+Blue) = 115+144+11=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #73900B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73900B is #8C6FF4. Grayscale: #787878. Windows color (decimal): -9203701 or 757875. OLE color: 757875.

HSL color Cylindrical-coordinate representation of color #73900B: hue angle of 73.08º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73900B is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB11514411-
CMYK0.2000.920.44
HSL73.08º85.81%30.39%-
HSV(B)73.08º92.36%56.47%-
XYZ17.123.623.97-
YUV120.1766.39124.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.59%
GREEN value IS 144 (56.64% from 255) = 53.33%
BLUE value IS 11 (4.69% from 255) = 4.07%
R=42.59%
G=53.33%
B=4.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115144110.2000.920.4473.0885.8130.39
Hex7390B1405C2C49561e
Octal163220132401345411112636
Binary111001110010000101110100010111001011001001001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73900B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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