#80940B

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

Shades of Olive #80940B

Tints of Olive #80940B

Color information

#80940B (or 0x80940B) is unknown color: approx Olive. HEX triplet: 80, 94 and 0B. RGB value is (128,148,11). Sum of RGB (Red+Green+Blue) = 128+148+11=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #80940B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80940B is #7F6BF4. Grayscale: #7E7E7E. Windows color (decimal): -8350709 or 758912. OLE color: 758912.

HSL color Cylindrical-coordinate representation of color #80940B: hue angle of 68.76º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80940B is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB12814811-
CMYK0.1400.930.42
HSL68.76º86.16%31.18%-
HSV(B)68.76º92.57%58.04%-
XYZ19.5525.794.26-
YUV126.462.87129.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 148 (58.20% from 255) = 51.57%
BLUE value IS 11 (4.69% from 255) = 3.83%
R=44.60%
G=51.57%
B=3.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128148110.1400.930.4268.7686.1631.18
Hex8094BE05D2A45561f
Octal200224131601355210512637
Binary100000001001010010111110010111011010101000101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80940B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,148,11); }

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

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

 a { background-color: rgb(128,148,11); }

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

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

 span { border-color: rgb(128,148,11); }

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