#878700

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

Shades of Olive #878700

Tints of Olive #878700

Color information

#878700 (or 0x878700) is unknown color: approx Olive. HEX triplet: 87, 87 and 00. RGB value is (135,135,0). Sum of RGB (Red+Green+Blue) = 135+135+0=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878700 is #7878FF. Grayscale: #787878. Windows color (decimal): -7895296 or 34695. OLE color: 34695.

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

Color convert

RGB1351350-
CMYK0010.47
HSL60º100%26.47%-
HSV(B)60º100%52.94%-
XYZ18.6622.483.36-
YUV119.6160.5138.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50%
GREEN value IS 135 (53.12% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513500010.476010026.47
Hex8787000642F3c641a
Octal207207000144577414432
Binary10000111100001110001100100101111111100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878700; }

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

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

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

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

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

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

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

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