Html Css Color HEX #858E7F Spanish Green

📋 copy color: '#858E7F'

red 133 ◦ green 142 ◦ blue 127

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

Shades of Spanish Green #858E7F

Tints of Spanish Green #858E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.59%

R = 33.08%
G = 35.32%
B = 31.59%

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

#858E7F (or 0x858E7F) is known color: Spanish Green. HEX triplet: 85, 8E and 7F. RGB value is (133,142,127). Sum of RGB (Red+Green+Blue) = 133+142+127=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 142 - color contains mainly: green. Hex color #858E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858E7F is #7A7180. Grayscale: #898989. Windows color (decimal): -8024449 or 8359557. OLE color: 8359557.

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

Color convert

RGB 133 142 127 -
CMYK 0.06 0 0.11 0.44
HSL 96º 0.06% 0.53% -
HSV(B) 96º 0.11% 0.56% -
XYZ 23.18 25.86 23.85 -
YUV 137.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 133 142 127 0.06 0 0.11 0.44 96 0.06 0.53
Hex 85 8E 7F 6 0 B 2C 60 6 35
Octal 205 216 177 6 0 13 54 140 6 65
Binary 10000101 10001110 1111111 110 0 1011 101100 1100000 110 110101

Color Harmonies of #858E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E7F

Black with #858E7F

Text Example


Text Example

White with #858E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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