#877601

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

Shades of Olive #877601

Tints of Olive #877601

Color information

#877601 (or 0x877601) is unknown color: approx Olive. HEX triplet: 87, 76 and 01. RGB value is (135,118,1). Sum of RGB (Red+Green+Blue) = 135+118+1=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #877601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877601 is #7889FE. Grayscale: #6E6E6E. Windows color (decimal): -7899647 or 95879. OLE color: 95879.

HSL color Cylindrical-coordinate representation of color #877601: hue angle of 52.39º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #877601 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1351181-
CMYK00.130.990.47
HSL52.39º98.53%26.67%-
HSV(B)52.39º99.26%52.94%-
XYZ16.4818.112.66-
YUV109.7466.63146.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.15%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=53.15%
G=46.46%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135118100.130.990.4752.3998.5326.67
Hex877610D632F34631b
Octal2071661015143576414333
Binary1000011111101101011011100011101111110100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877601; }

 p { color: rgb(135,118,1); }

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

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

 a { background-color: rgb(135,118,1); }

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

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

 span { border-color: rgb(135,118,1); }

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