#80930C

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

Shades of Olive #80930C

Tints of Olive #80930C

Color information

#80930C (or 0x80930C) is unknown color: approx Olive. HEX triplet: 80, 93 and 0C. RGB value is (128,147,12). Sum of RGB (Red+Green+Blue) = 128+147+12=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #80930C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80930C is #7F6CF3. Grayscale: #7E7E7E. Windows color (decimal): -8350964 or 824192. OLE color: 824192.

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

Color convert

RGB12814712-
CMYK0.1300.920.42
HSL68.44º84.91%31.18%-
HSV(B)68.44º91.84%57.65%-
XYZ19.425.484.24-
YUV125.9363.71129.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 147 (57.81% from 255) = 51.22%
BLUE value IS 12 (5.08% from 255) = 4.18%
R=44.60%
G=51.22%
B=4.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128147120.1300.920.4268.4484.9131.18
Hex8093CD05C2A44551f
Octal200223141501345210412537
Binary100000001001001111001101010111001010101000100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80930C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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