#876C00

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

Shades of Olive #876C00

Tints of Olive #876C00

Color information

#876C00 (or 0x876C00) is unknown color: approx Olive. HEX triplet: 87, 6C and 00. RGB value is (135,108,0). Sum of RGB (Red+Green+Blue) = 135+108+0=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #876C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876C00 is #7893FF. Grayscale: #686868. Windows color (decimal): -7902208 or 27783. OLE color: 27783.

HSL color Cylindrical-coordinate representation of color #876C00: hue angle of 48º 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 #876C00 is Cyan = 0, Magento = 0.2, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB1351080-
CMYK00.210.47
HSL48º100%26.47%-
HSV(B)48º100%52.94%-
XYZ15.3515.882.26-
YUV103.7669.45150.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.56%
GREEN value IS 108 (42.58% from 255) = 44.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.56%
G=44.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135108000.210.474810026.47
Hex876C0014642F30641a
Octal2071540024144576014432
Binary10000111110110000101001100100101111110000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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