#877B08

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

Shades of Olive #877B08

Tints of Olive #877B08

Color information

#877B08 (or 0x877B08) is unknown color: approx Olive. HEX triplet: 87, 7B and 08. RGB value is (135,123,8). Sum of RGB (Red+Green+Blue) = 135+123+8=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #877B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877B08 is #7884F7. Grayscale: #717171. Windows color (decimal): -7898360 or 555911. OLE color: 555911.

HSL color Cylindrical-coordinate representation of color #877B08: hue angle of 54.33º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #877B08 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB1351238-
CMYK00.090.940.47
HSL54.33º88.81%28.04%-
HSV(B)54.33º94.07%52.94%-
XYZ17.1219.333.06-
YUV113.4868.48143.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.75%
GREEN value IS 123 (48.44% from 255) = 46.24%
BLUE value IS 8 (3.52% from 255) = 3.01%
R=50.75%
G=46.24%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135123800.090.940.4754.3388.8128.04
Hex877B8095E2F36591c
Octal20717310011136576613134
Binary1000011111110111000010011011110101111110110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,123,8); }

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

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

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

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

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

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

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