#878B83

Color #878B83 Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #878B83

Tints of Spanish Green #878B83

Color information

#878B83 (or 0x878B83) is unknown color: approx Spanish Green. HEX triplet: 87, 8B and 83. RGB value is (135,139,131). Sum of RGB (Red+Green+Blue) = 135+139+131=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 139 - color contains mainly: green. Hex color #878B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878B83 is #78747C. Grayscale: #888888. Windows color (decimal): -7894141 or 8620935. OLE color: 8620935.

HSL color Cylindrical-coordinate representation of color #878B83: hue angle of 90º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #878B83 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB135139131-
CMYK0.0300.060.45
HSL90º3.33%52.94%-
HSV(B)90º5.76%54.51%-
XYZ23.3225.2525.12-
YUV136.89124.67126.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.33%
GREEN value IS 139 (54.69% from 255) = 34.32%
BLUE value IS 131 (51.56% from 255) = 32.35%
R=33.33%
G=34.32%
B=32.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351391310.0300.060.45903.3352.94
Hex878B833062D5a335
Octal20721320330655132365
Binary100001111000101110000011110110101101101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878B83; }

 p { color: rgb(135,139,131); }

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

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

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

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

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

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

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