Html Css Color HEX #59977F Patina

📋 copy color: '#59977F'

red 89 ◦ green 151 ◦ blue 127

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

Shades of Patina #59977F

Tints of Patina #59977F

RGB

 RED value IS 89 (35.16% from 255) = 24.25%

 GREEN value IS 151 (59.38% from 255) = 41.14%

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

R = 24.25%
G = 41.14%
B = 34.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#59977F (or 0x59977F) is known color: Patina. HEX triplet: 59, 97 and 7F. RGB value is (89,151,127). Sum of RGB (Red+Green+Blue) = 89+151+127=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #59977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59977F is #A66880. Grayscale: #818181. Windows color (decimal): -10905729 or 8361817. OLE color: 8361817.

HSL color Cylindrical-coordinate representation of color #59977F: hue angle of 156.77º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59977F is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 151 127 -
CMYK 0.41 0 0.16 0.41
HSL 156.77º 0.26% 0.47% -
HSV(B) 156.77º 0.41% 0.59% -
XYZ 19.02 25.79 24.05 -
YUV 129.73 126.46 98.95 -
System Red Green Blue C M Y K H S L
Decimal 89 151 127 0.41 0 0.16 0.41 156.77 0.26 0.47
Hex 59 97 7F 29 0 10 29 9D 1A 2F
Octal 131 227 177 51 0 20 51 235 32 57
Binary 1011001 10010111 1111111 101001 0 10000 101001 10011101 11010 101111

Color Harmonies of #59977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59977F

Black with #59977F

Text Example


Text Example

White with #59977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59977F; }

 p { color: rgb(89,151,127); }

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

background-color css

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

 a { background-color: rgb(89,151,127); }

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

border-color css

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

 span { border-color: rgb(89,151,127); }

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