#808E0F

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

Shades of Olive #808E0F

Tints of Olive #808E0F

Color information

#808E0F (or 0x808E0F) is unknown color: approx Olive. HEX triplet: 80, 8E and 0F. RGB value is (128,142,15). Sum of RGB (Red+Green+Blue) = 128+142+15=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #808E0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808E0F is #7F71F0. Grayscale: #7B7B7B. Windows color (decimal): -8352241 or 1019520. OLE color: 1019520.

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

Color convert

RGB12814215-
CMYK0.1000.890.44
HSL66.61º80.89%30.78%-
HSV(B)66.61º89.44%55.69%-
XYZ18.6623.974.09-
YUV123.3466.86131.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 142 (55.86% from 255) = 49.82%
BLUE value IS 15 (6.25% from 255) = 5.26%
R=44.91%
G=49.82%
B=5.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128142150.1000.890.4466.6180.8930.78
Hex808EFA0592C43511f
Octal200216171201315410312137
Binary100000001000111011111010010110011011001000011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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