#808C0D

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

Shades of Olive #808C0D

Tints of Olive #808C0D

Color information

#808C0D (or 0x808C0D) is unknown color: approx Olive. HEX triplet: 80, 8C and 0D. RGB value is (128,140,13). Sum of RGB (Red+Green+Blue) = 128+140+13=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 140 (55.08% from 255 or 49.82% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 140 - color contains mainly: green. Hex color #808C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808C0D is #7F73F2. Grayscale: #7A7A7A. Windows color (decimal): -8352755 or 887936. OLE color: 887936.

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

Color convert

RGB12814013-
CMYK0.0900.910.45
HSL65.67º83.01%30%-
HSV(B)65.67º90.71%54.9%-
XYZ18.3523.373.93-
YUV121.9366.52132.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 140 (55.08% from 255) = 49.82%
BLUE value IS 13 (5.47% from 255) = 4.63%
R=45.55%
G=49.82%
B=4.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal128140130.0900.910.4565.6783.0130
Hex808CD905B2D42531e
Octal200214151101335510212336
Binary100000001000110011011001010110111011011000010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,140,13); }

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

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

 a { background-color: rgb(128,140,13); }

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

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

 span { border-color: rgb(128,140,13); }

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