#877F0D

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

Shades of Olive #877F0D

Tints of Olive #877F0D

Color information

#877F0D (or 0x877F0D) is unknown color: approx Olive. HEX triplet: 87, 7F and 0D. RGB value is (135,127,13). Sum of RGB (Red+Green+Blue) = 135+127+13=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #877F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877F0D is #7880F2. Grayscale: #747474. Windows color (decimal): -7897331 or 884615. OLE color: 884615.

HSL color Cylindrical-coordinate representation of color #877F0D: hue angle of 56.07º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #877F0D is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB13512713-
CMYK00.060.900.47
HSL56.07º82.43%29.02%-
HSV(B)56.07º90.37%52.94%-
XYZ17.6520.363.38-
YUV116.469.65141.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.09%
GREEN value IS 127 (50% from 255) = 46.18%
BLUE value IS 13 (5.47% from 255) = 4.73%
R=49.09%
G=46.18%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351271300.060.900.4756.0782.4329.02
Hex877FD065A2F38521d
Octal2071771506132577012235
Binary100001111111111110101101011010101111111000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,127,13); }

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

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

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

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

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

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

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