Html Css Color HEX #59977C Patina

📋 copy color: '#59977C'

red 89 ◦ green 151 ◦ blue 124

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

Shades of Patina #59977C

Tints of Patina #59977C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.07%

R = 24.45%
G = 41.48%
B = 34.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#59977C (or 0x59977C) is known color: Patina. HEX triplet: 59, 97 and 7C. RGB value is (89,151,124). Sum of RGB (Red+Green+Blue) = 89+151+124=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 151 - color contains mainly: green. Hex color #59977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59977C is #A66883. Grayscale: #818181. Windows color (decimal): -10905732 or 8165209. OLE color: 8165209.

HSL color Cylindrical-coordinate representation of color #59977C: hue angle of 153.87º 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 #59977C is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 151 124 -
CMYK 0.41 0 0.18 0.41
HSL 153.87º 0.26% 0.47% -
HSV(B) 153.87º 0.41% 0.59% -
XYZ 18.82 25.71 23.04 -
YUV 129.38 124.96 99.2 -
System Red Green Blue C M Y K H S L
Decimal 89 151 124 0.41 0 0.18 0.41 153.87 0.26 0.47
Hex 59 97 7C 29 0 12 29 9A 1A 2F
Octal 131 227 174 51 0 22 51 232 32 57
Binary 1011001 10010111 1111100 101001 0 10010 101001 10011010 11010 101111

Color Harmonies of #59977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59977C

Black with #59977C

Text Example


Text Example

White with #59977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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