#75930C

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

Shades of Olive Drab #75930C

Tints of Olive Drab #75930C

Color information

#75930C (or 0x75930C) is unknown color: approx Olive Drab. HEX triplet: 75, 93 and 0C. RGB value is (117,147,12). Sum of RGB (Red+Green+Blue) = 117+147+12=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #75930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75930C is #8A6CF3. Grayscale: #7B7B7B. Windows color (decimal): -9071860 or 824181. OLE color: 824181.

HSL color Cylindrical-coordinate representation of color #75930C: hue angle of 73.33º 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 #75930C is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB11714712-
CMYK0.2000.920.42
HSL73.33º84.91%31.18%-
HSV(B)73.33º91.84%57.65%-
XYZ17.8424.684.17-
YUV122.6465.56123.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 147 (57.81% from 255) = 53.26%
BLUE value IS 12 (5.08% from 255) = 4.35%
R=42.39%
G=53.26%
B=4.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117147120.2000.920.4273.3384.9131.18
Hex7593C1405C2A49551f
Octal165223142401345211112537
Binary111010110010011110010100010111001010101001001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75930C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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