#808D07

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

Shades of Olive #808D07

Tints of Olive #808D07

Color information

#808D07 (or 0x808D07) is unknown color: approx Olive. HEX triplet: 80, 8D and 07. RGB value is (128,141,7). Sum of RGB (Red+Green+Blue) = 128+141+7=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #808D07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808D07 is #7F72F8. Grayscale: #7A7A7A. Windows color (decimal): -8352505 or 494976. OLE color: 494976.

HSL color Cylindrical-coordinate representation of color #808D07: hue angle of 65.82º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #808D07 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB1281417-
CMYK0.0900.950.45
HSL65.82º90.54%29.02%-
HSV(B)65.82º95.04%55.29%-
XYZ18.4723.653.79-
YUV121.8463.19132.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.38%
GREEN value IS 141 (55.47% from 255) = 51.09%
BLUE value IS 7 (3.12% from 255) = 2.54%
R=46.38%
G=51.09%
B=2.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12814170.0900.950.4565.8290.5429.02
Hex808D7905F2D425b1d
Octal20021571101375510213335
Binary10000000100011011111001010111111011011000010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808D07; }

 p { color: rgb(128,141,7); }

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

<style>
 a { background-color: #808D07; }

 a { background-color: rgb(128,141,7); }

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

<style>
 span { border-color: #808D07; }

 span { border-color: rgb(128,141,7); }

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