Html Css Color HEX #59967F Patina

📋 copy color: '#59967F'

red 89 ◦ green 150 ◦ blue 127

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

Shades of Patina #59967F

Tints of Patina #59967F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.98%

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

R = 24.32%
G = 40.98%
B = 34.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#59967F (or 0x59967F) is known color: Patina. HEX triplet: 59, 96 and 7F. RGB value is (89,150,127). Sum of RGB (Red+Green+Blue) = 89+150+127=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #59967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59967F is #A66980. Grayscale: #818181. Windows color (decimal): -10905985 or 8361561. OLE color: 8361561.

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

Color convert

RGB 89 150 127 -
CMYK 0.41 0 0.15 0.41
HSL 157.38º 0.26% 0.47% -
HSV(B) 157.38º 0.41% 0.59% -
XYZ 18.86 25.47 24 -
YUV 129.14 126.79 99.37 -
System Red Green Blue C M Y K H S L
Decimal 89 150 127 0.41 0 0.15 0.41 157.38 0.26 0.47
Hex 59 96 7F 29 0 F 29 9D 1A 2F
Octal 131 226 177 51 0 17 51 235 32 57
Binary 1011001 10010110 1111111 101001 0 1111 101001 10011101 11010 101111

Color Harmonies of #59967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59967F

Black with #59967F

Text Example


Text Example

White with #59967F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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