#877200

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

Shades of Olive #877200

Tints of Olive #877200

Color information

#877200 (or 0x877200) is unknown color: approx Olive. HEX triplet: 87, 72 and 00. RGB value is (135,114,0). Sum of RGB (Red+Green+Blue) = 135+114+0=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #877200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877200 is #788DFF. Grayscale: #6B6B6B. Windows color (decimal): -7900672 or 29319. OLE color: 29319.

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

Color convert

RGB1351140-
CMYK00.1610.47
HSL50.67º100%26.47%-
HSV(B)50.67º100%52.94%-
XYZ16.0117.192.47-
YUV107.2867.46147.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 114 (44.92% from 255) = 45.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.22%
G=45.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135114000.1610.4750.6710026.47
Hex87720010642F33641a
Octal2071620020144576314432
Binary10000111111001000100001100100101111110011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877200; }

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

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

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

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

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

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

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

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