#73921B

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

Shades of Olive Drab #73921B

Tints of Olive Drab #73921B

Color information

#73921B (or 0x73921B) is unknown color: approx Olive Drab. HEX triplet: 73, 92 and 1B. RGB value is (115,146,27). Sum of RGB (Red+Green+Blue) = 115+146+27=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #73921B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73921B is #8C6DE4. Grayscale: #7B7B7B. Windows color (decimal): -9203173 or 1806963. OLE color: 1806963.

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

Color convert

RGB11514627-
CMYK0.2100.820.43
HSL75.63º68.79%33.92%-
HSV(B)75.63º81.51%57.25%-
XYZ17.5524.284.8-
YUV123.1673.73122.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.93%
GREEN value IS 146 (57.42% from 255) = 50.69%
BLUE value IS 27 (10.94% from 255) = 9.38%
R=39.93%
G=50.69%
B=9.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal115146270.2100.820.4375.6368.7933.92
Hex73921B150522B4c4522
Octal163222332501225311410542
Binary11100111001001011011101010101001010101110011001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73921B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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