#808D0F

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

Shades of Olive #808D0F

Tints of Olive #808D0F

Color information

#808D0F (or 0x808D0F) is unknown color: approx Olive. HEX triplet: 80, 8D and 0F. RGB value is (128,141,15). Sum of RGB (Red+Green+Blue) = 128+141+15=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 141 (55.47% from 255 or 49.65% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 141 - color contains mainly: green. Hex color #808D0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808D0F is #7F72F0. Grayscale: #7B7B7B. Windows color (decimal): -8352497 or 1019264. OLE color: 1019264.

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

Color convert

RGB12814115-
CMYK0.0900.890.45
HSL66.19º80.77%30.59%-
HSV(B)66.19º89.36%55.29%-
XYZ18.5123.674.05-
YUV122.7567.19131.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.07%
GREEN value IS 141 (55.47% from 255) = 49.65%
BLUE value IS 15 (6.25% from 255) = 5.28%
R=45.07%
G=49.65%
B=5.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128141150.0900.890.4566.1980.7730.59
Hex808DF90592D42511f
Octal200215171101315510212137
Binary100000001000110111111001010110011011011000010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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