#878200

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

Shades of Olive #878200

Tints of Olive #878200

Color information

#878200 (or 0x878200) is unknown color: approx Olive. HEX triplet: 87, 82 and 00. RGB value is (135,130,0). Sum of RGB (Red+Green+Blue) = 135+130+0=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #878200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878200 is #787DFF. Grayscale: #757575. Windows color (decimal): -7896576 or 33415. OLE color: 33415.

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

Color convert

RGB1351300-
CMYK00.0410.47
HSL57.78º100%26.47%-
HSV(B)57.78º100%52.94%-
XYZ17.9721.123.13-
YUV116.6862.16141.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 130 (51.17% from 255) = 49.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.94%
G=49.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135130000.0410.4757.7810026.47
Hex8782004642F3a641a
Octal207202004144577214432
Binary1000011110000010001001100100101111111010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878200; }

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

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

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

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

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

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

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

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