Html Css Color HEX #858D7F Spanish Green

📋 copy color: '#858D7F'

red 133 ◦ green 141 ◦ blue 127

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

Shades of Spanish Green #858D7F

Tints of Spanish Green #858D7F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.16%

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

R = 33.17%
G = 35.16%
B = 31.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#858D7F (or 0x858D7F) is known color: Spanish Green. HEX triplet: 85, 8D and 7F. RGB value is (133,141,127). Sum of RGB (Red+Green+Blue) = 133+141+127=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 141 - color contains mainly: green. Hex color #858D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D7F is #7A7280. Grayscale: #898989. Windows color (decimal): -8024705 or 8359301. OLE color: 8359301.

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

Color convert

RGB 133 141 127 -
CMYK 0.06 0 0.10 0.45
HSL 94.29º 0.06% 0.53% -
HSV(B) 94.29º 0.1% 0.55% -
XYZ 23.03 25.57 23.8 -
YUV 137.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 133 141 127 0.06 0 0.10 0.45 94.29 0.06 0.53
Hex 85 8D 7F 6 0 A 2D 5E 6 35
Octal 205 215 177 6 0 12 55 136 6 65
Binary 10000101 10001101 1111111 110 0 1010 101101 1011110 110 110101

Color Harmonies of #858D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D7F

Black with #858D7F

Text Example


Text Example

White with #858D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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