#73920B

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

Shades of Olive Drab #73920B

Tints of Olive Drab #73920B

Color information

#73920B (or 0x73920B) is unknown color: approx Olive Drab. HEX triplet: 73, 92 and 0B. RGB value is (115,146,11). Sum of RGB (Red+Green+Blue) = 115+146+11=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #73920B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73920B is #8C6DF4. Grayscale: #797979. Windows color (decimal): -9203189 or 758387. OLE color: 758387.

HSL color Cylindrical-coordinate representation of color #73920B: hue angle of 73.78º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73920B is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB11514611-
CMYK0.2100.920.43
HSL73.78º85.99%30.78%-
HSV(B)73.78º92.47%57.25%-
XYZ17.4124.234.08-
YUV121.3465.73123.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.28%
GREEN value IS 146 (57.42% from 255) = 53.68%
BLUE value IS 11 (4.69% from 255) = 4.04%
R=42.28%
G=53.68%
B=4.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal115146110.2100.920.4373.7885.9930.78
Hex7392B1505C2B4a561f
Octal163222132501345311212637
Binary111001110010010101110101010111001010111001010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73920B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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