#87780A

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

Shades of Olive #87780A

Tints of Olive #87780A

Color information

#87780A (or 0x87780A) is unknown color: approx Olive. HEX triplet: 87, 78 and 0A. RGB value is (135,120,10). Sum of RGB (Red+Green+Blue) = 135+120+10=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87780A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87780A is #7887F5. Grayscale: #707070. Windows color (decimal): -7899126 or 686215. OLE color: 686215.

HSL color Cylindrical-coordinate representation of color #87780A: hue angle of 52.8º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87780A is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB13512010-
CMYK00.110.930.47
HSL52.8º86.21%28.43%-
HSV(B)52.8º92.59%52.94%-
XYZ16.7618.612.99-
YUV111.9470.47144.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 10 (4.30% from 255) = 3.77%
R=50.94%
G=45.28%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351201000.110.930.4752.886.2128.43
Hex8778A0B5D2F35561c
Octal20717012013135576512634
Binary1000011111110001010010111011101101111110101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87780A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87780A; }

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

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

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

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

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

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

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

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