#73930C

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

Shades of Olive Drab #73930C

Tints of Olive Drab #73930C

Color information

#73930C (or 0x73930C) is unknown color: approx Olive Drab. HEX triplet: 73, 93 and 0C. RGB value is (115,147,12). Sum of RGB (Red+Green+Blue) = 115+147+12=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #73930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73930C is #8C6CF3. Grayscale: #7A7A7A. Windows color (decimal): -9202932 or 824179. OLE color: 824179.

HSL color Cylindrical-coordinate representation of color #73930C: hue angle of 74.22º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73930C is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB11514712-
CMYK0.2200.920.42
HSL74.22º84.91%31.18%-
HSV(B)74.22º91.84%57.65%-
XYZ17.5724.544.16-
YUV122.0465.9122.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.97%
GREEN value IS 147 (57.81% from 255) = 53.65%
BLUE value IS 12 (5.08% from 255) = 4.38%
R=41.97%
G=53.65%
B=4.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115147120.2200.920.4274.2284.9131.18
Hex7393C1605C2A4a551f
Octal163223142601345211212537
Binary111001110010011110010110010111001010101001010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73930C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73930C; }

 p { color: rgb(115,147,12); }

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

<style>
 a { background-color: #73930C; }

 a { background-color: rgb(115,147,12); }

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

<style>
 span { border-color: #73930C; }

 span { border-color: rgb(115,147,12); }

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