Html Css Color HEX #878E80 Spanish Green

📋 copy color: '#878E80'

red 135 ◦ green 142 ◦ blue 128

#878E80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spanish Green #878E80

Tints of Spanish Green #878E80

RGB

 RED value IS 135 (53.13% from 255) = 33.33%

 GREEN value IS 142 (55.86% from 255) = 35.06%

 BLUE value IS 128 (50.39% from 255) = 31.6%

R = 33.33%
G = 35.06%
B = 31.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#878E80 (or 0x878E80) is known color: Spanish Green. HEX triplet: 87, 8E and 80. RGB value is (135,142,128). Sum of RGB (Red+Green+Blue) = 135+142+128=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 142 - color contains mainly: green. Hex color #878E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878E80 is #78717F. Grayscale: #8A8A8A. Windows color (decimal): -7893376 or 8425095. OLE color: 8425095.

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

Color convert

RGB 135 142 128 -
CMYK 0.05 0 0.10 0.44
HSL 90º 0.06% 0.53% -
HSV(B) 90º 0.1% 0.56% -
XYZ 23.56 26.06 24.21 -
YUV 138.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 135 142 128 0.05 0 0.10 0.44 90 0.06 0.53
Hex 87 8E 80 5 0 A 2C 5A 6 35
Octal 207 216 200 5 0 12 54 132 6 65
Binary 10000111 10001110 10000000 101 0 1010 101100 1011010 110 110101

Color Harmonies of #878E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878E80

Black with #878E80

Text Example


Text Example

White with #878E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,142,128); }

 H1.HeaderClassName
 {
   color: #878E80;
 }
 .AnyTagClassName
 {
   color: #878E80;
 }
</style>

background-color css

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

 a { background-color: rgb(135,142,128); }

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

border-color css

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

 span { border-color: rgb(135,142,128); }

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