#877402

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

Shades of Olive #877402

Tints of Olive #877402

Color information

#877402 (or 0x877402) is unknown color: approx Olive. HEX triplet: 87, 74 and 02. RGB value is (135,116,2). Sum of RGB (Red+Green+Blue) = 135+116+2=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #877402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877402 is #788BFD. Grayscale: #6D6D6D. Windows color (decimal): -7900158 or 160903. OLE color: 160903.

HSL color Cylindrical-coordinate representation of color #877402: hue angle of 51.43º degrees, saturation: 0.97, 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 #877402 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1351162-
CMYK00.140.990.47
HSL51.43º97.08%26.86%-
HSV(B)51.43º98.52%52.94%-
XYZ16.2517.652.61-
YUV108.6867.79146.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 116 (45.70% from 255) = 45.85%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=53.36%
G=45.85%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135116200.140.990.4751.4397.0826.86
Hex877420E632F33611b
Octal2071642016143576314133
Binary10000111111010010011101100011101111110011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877402; }

 p { color: rgb(135,116,2); }

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

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

 a { background-color: rgb(135,116,2); }

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

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

 span { border-color: rgb(135,116,2); }

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