#877800

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

Shades of Olive #877800

Tints of Olive #877800

Color information

#877800 (or 0x877800) is unknown color: approx Olive. HEX triplet: 87, 78 and 00. RGB value is (135,120,0). Sum of RGB (Red+Green+Blue) = 135+120+0=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #877800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877800 is #7887FF. Grayscale: #6F6F6F. Windows color (decimal): -7899136 or 30855. OLE color: 30855.

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

Color convert

RGB1351200-
CMYK00.1110.47
HSL53.33º100%26.47%-
HSV(B)53.33º100%52.94%-
XYZ16.7118.582.71-
YUV110.865.47145.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 120 (47.27% from 255) = 47.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.94%
G=47.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135120000.1110.4753.3310026.47
Hex877800B642F35641a
Octal2071700013144576514432
Binary1000011111110000010111100100101111110101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877800; }

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

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

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

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

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

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

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

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