Html Css Color HEX #879080 Spanish Green

📋 copy color: '#879080'

red 135 ◦ green 144 ◦ blue 128

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

Shades of Spanish Green #879080

Tints of Spanish Green #879080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.38%

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

R = 33.17%
G = 35.38%
B = 31.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#879080 (or 0x879080) is known color: Spanish Green. HEX triplet: 87, 90 and 80. RGB value is (135,144,128). Sum of RGB (Red+Green+Blue) = 135+144+128=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 144 - color contains mainly: green. Hex color #879080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879080 is #786F7F. Grayscale: #8B8B8B. Windows color (decimal): -7892864 or 8425607. OLE color: 8425607.

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

Color convert

RGB 135 144 128 -
CMYK 0.06 0 0.11 0.44
HSL 93.75º 0.07% 0.53% -
HSV(B) 93.75º 0.11% 0.56% -
XYZ 23.86 26.66 24.31 -
YUV 139.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 135 144 128 0.06 0 0.11 0.44 93.75 0.07 0.53
Hex 87 90 80 6 0 B 2C 5E 7 35
Octal 207 220 200 6 0 13 54 136 7 65
Binary 10000111 10010000 10000000 110 0 1011 101100 1011110 111 110101

Color Harmonies of #879080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879080

Black with #879080

Text Example


Text Example

White with #879080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879080; }

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

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

background-color css

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

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

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

border-color css

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

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

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