#876E00

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

Shades of Olive #876E00

Tints of Olive #876E00

Color information

#876E00 (or 0x876E00) is unknown color: approx Olive. HEX triplet: 87, 6E and 00. RGB value is (135,110,0). Sum of RGB (Red+Green+Blue) = 135+110+0=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #876E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876E00 is #7891FF. Grayscale: #696969. Windows color (decimal): -7901696 or 28295. OLE color: 28295.

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

Color convert

RGB1351100-
CMYK00.1910.47
HSL48.89º100%26.47%-
HSV(B)48.89º100%52.94%-
XYZ15.5716.32.33-
YUV104.9368.78149.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.10%
GREEN value IS 110 (43.36% from 255) = 44.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.10%
G=44.90%
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
Decimal135110000.1910.4748.8910026.47
Hex876E0013642F31641a
Octal2071560023144576114432
Binary10000111110111000100111100100101111110001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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