Html Css Color HEX #858C80 Spanish Green

📋 copy color: '#858C80'

red 133 ◦ green 140 ◦ blue 128

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

Shades of Spanish Green #858C80

Tints of Spanish Green #858C80

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.91%

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

R = 33.17%
G = 34.91%
B = 31.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#858C80 (or 0x858C80) is known color: Spanish Green. HEX triplet: 85, 8C and 80. RGB value is (133,140,128). Sum of RGB (Red+Green+Blue) = 133+140+128=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 140 - color contains mainly: green. Hex color #858C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C80 is #7A737F. Grayscale: #888888. Windows color (decimal): -8024960 or 8424581. OLE color: 8424581.

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

Color convert

RGB 133 140 128 -
CMYK 0.05 0 0.09 0.45
HSL 95º 0.05% 0.53% -
HSV(B) 95º 0.09% 0.55% -
XYZ 22.95 25.3 24.1 -
YUV 136.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 133 140 128 0.05 0 0.09 0.45 95 0.05 0.53
Hex 85 8C 80 5 0 9 2D 5F 5 35
Octal 205 214 200 5 0 11 55 137 5 65
Binary 10000101 10001100 10000000 101 0 1001 101101 1011111 101 110101

Color Harmonies of #858C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C80

Black with #858C80

Text Example


Text Example

White with #858C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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