Html Css Color HEX #858E80 Spanish Green

📋 copy color: '#858E80'

red 133 ◦ green 142 ◦ blue 128

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

Shades of Spanish Green #858E80

Tints of Spanish Green #858E80

RGB

 RED value IS 133 (52.34% from 255) = 33%

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

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

R = 33%
G = 35.24%
B = 31.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#858E80 (or 0x858E80) is known color: Spanish Green. HEX triplet: 85, 8E and 80. RGB value is (133,142,128). Sum of RGB (Red+Green+Blue) = 133+142+128=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 142 - color contains mainly: green. Hex color #858E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858E80 is #7A717F. Grayscale: #898989. Windows color (decimal): -8024448 or 8425093. OLE color: 8425093.

HSL color Cylindrical-coordinate representation of color #858E80: hue angle of 98.57º 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 #858E80 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 142 128 -
CMYK 0.06 0 0.10 0.44
HSL 98.57º 0.06% 0.53% -
HSV(B) 98.57º 0.1% 0.56% -
XYZ 23.24 25.89 24.19 -
YUV 137.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 133 142 128 0.06 0 0.10 0.44 98.57 0.06 0.53
Hex 85 8E 80 6 0 A 2C 63 6 35
Octal 205 216 200 6 0 12 54 143 6 65
Binary 10000101 10001110 10000000 110 0 1010 101100 1100011 110 110101

Color Harmonies of #858E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E80

Black with #858E80

Text Example


Text Example

White with #858E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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