Html Css Color HEX #858D82 Spanish Green

📋 copy color: '#858D82'

red 133 ◦ green 141 ◦ blue 130

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

Shades of Spanish Green #858D82

Tints of Spanish Green #858D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.18%

R = 32.92%
G = 34.9%
B = 32.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#858D82 (or 0x858D82) is known color: Spanish Green. HEX triplet: 85, 8D and 82. RGB value is (133,141,130). Sum of RGB (Red+Green+Blue) = 133+141+130=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 141 - color contains mainly: green. Hex color #858D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858D82 is #7A727D. Grayscale: #898989. Windows color (decimal): -8024702 or 8555909. OLE color: 8555909.

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

Color convert

RGB 133 141 130 -
CMYK 0.06 0 0.08 0.45
HSL 103.64º 0.05% 0.53% -
HSV(B) 103.64º 0.08% 0.55% -
XYZ 23.23 25.65 24.85 -
YUV 137.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 133 141 130 0.06 0 0.08 0.45 103.64 0.05 0.53
Hex 85 8D 82 6 0 8 2D 68 5 35
Octal 205 215 202 6 0 10 55 150 5 65
Binary 10000101 10001101 10000010 110 0 1000 101101 1101000 101 110101

Color Harmonies of #858D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D82

Black with #858D82

Text Example


Text Example

White with #858D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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