#876A00

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

Shades of Olive #876A00

Tints of Olive #876A00

Color information

#876A00 (or 0x876A00) is unknown color: approx Olive. HEX triplet: 87, 6A and 00. RGB value is (135,106,0). Sum of RGB (Red+Green+Blue) = 135+106+0=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #876A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876A00 is #7895FF. Grayscale: #676767. Windows color (decimal): -7902720 or 27271. OLE color: 27271.

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

Color convert

RGB1351060-
CMYK00.2110.47
HSL47.11º100%26.47%-
HSV(B)47.11º100%52.94%-
XYZ15.1515.462.19-
YUV102.5970.11151.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.02%
G=43.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135106000.2110.4747.1110026.47
Hex876A0015642F2f641a
Octal2071520025144575714432
Binary10000111110101000101011100100101111101111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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