Html Css Color HEX #859379 Spanish Green

📋 copy color: '#859379'

red 133 ◦ green 147 ◦ blue 121

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

Shades of Spanish Green #859379

Tints of Spanish Green #859379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.66%

 BLUE value IS 121 (47.66% from 255) = 30.17%

R = 33.17%
G = 36.66%
B = 30.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#859379 (or 0x859379) is known color: Spanish Green. HEX triplet: 85, 93 and 79. RGB value is (133,147,121). Sum of RGB (Red+Green+Blue) = 133+147+121=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #859379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859379 is #7A6C86. Grayscale: #8B8B8B. Windows color (decimal): -8023175 or 7967621. OLE color: 7967621.

HSL color Cylindrical-coordinate representation of color #859379: hue angle of 92.31º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #859379 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 147 121 -
CMYK 0.10 0 0.18 0.42
HSL 92.31º 0.11% 0.53% -
HSV(B) 92.31º 0.18% 0.58% -
XYZ 23.56 27.23 22.1 -
YUV 139.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 133 147 121 0.10 0 0.18 0.42 92.31 0.11 0.53
Hex 85 93 79 A 0 12 2A 5C B 35
Octal 205 223 171 12 0 22 52 134 13 65
Binary 10000101 10010011 1111001 1010 0 10010 101010 1011100 1011 110101

Color Harmonies of #859379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859379

Black with #859379

Text Example


Text Example

White with #859379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859379; }

 p { color: rgb(133,147,121); }

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

background-color css

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

 a { background-color: rgb(133,147,121); }

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

border-color css

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

 span { border-color: rgb(133,147,121); }

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