#877A05

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

Shades of Olive #877A05

Tints of Olive #877A05

Color information

#877A05 (or 0x877A05) is unknown color: approx Olive. HEX triplet: 87, 7A and 05. RGB value is (135,122,5). Sum of RGB (Red+Green+Blue) = 135+122+5=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 122 (48.05% from 255 or 46.56% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #877A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877A05 is #7885FA. Grayscale: #717171. Windows color (decimal): -7898619 or 359047. OLE color: 359047.

HSL color Cylindrical-coordinate representation of color #877A05: hue angle of 54º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #877A05 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1351225-
CMYK00.100.960.47
HSL54º92.86%27.45%-
HSV(B)54º96.3%52.94%-
XYZ16.9819.082.93-
YUV112.5567.31144.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.53%
GREEN value IS 122 (48.05% from 255) = 46.56%
BLUE value IS 5 (2.34% from 255) = 1.91%
R=51.53%
G=46.56%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135122500.100.960.475492.8627.45
Hex877A50A602F365d1b
Octal2071725012140576613533
Binary100001111111010101010101100000101111110110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877A05; }

 p { color: rgb(135,122,5); }

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

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

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

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

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

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

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