#876D00

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

Shades of Olive #876D00

Tints of Olive #876D00

Color information

#876D00 (or 0x876D00) is unknown color: approx Olive. HEX triplet: 87, 6D and 00. RGB value is (135,109,0). Sum of RGB (Red+Green+Blue) = 135+109+0=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #876D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876D00 is #7892FF. Grayscale: #686868. Windows color (decimal): -7901952 or 28039. OLE color: 28039.

HSL color Cylindrical-coordinate representation of color #876D00: hue angle of 48.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #876D00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB1351090-
CMYK00.1910.47
HSL48.44º100%26.47%-
HSV(B)48.44º100%52.94%-
XYZ15.4616.092.29-
YUV104.3569.11149.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.33%
GREEN value IS 109 (42.97% from 255) = 44.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.33%
G=44.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135109000.1910.4748.4410026.47
Hex876D0013642F30641a
Octal2071550023144576014432
Binary10000111110110100100111100100101111110000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876D00; }

 p { color: rgb(135,109,0); }

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

<style>
 a { background-color: #876D00; }

 a { background-color: rgb(135,109,0); }

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

<style>
 span { border-color: #876D00; }

 span { border-color: rgb(135,109,0); }

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