Html Css Color HEX #59967E Patina

📋 copy color: '#59967E'

red 89 ◦ green 150 ◦ blue 126

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

Shades of Patina #59967E

Tints of Patina #59967E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.52%

R = 24.38%
G = 41.1%
B = 34.52%

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

#59967E (or 0x59967E) is known color: Patina. HEX triplet: 59, 96 and 7E. RGB value is (89,150,126). Sum of RGB (Red+Green+Blue) = 89+150+126=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #59967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59967E is #A66981. Grayscale: #818181. Windows color (decimal): -10905986 or 8296025. OLE color: 8296025.

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

Color convert

RGB 89 150 126 -
CMYK 0.41 0 0.16 0.41
HSL 156.39º 0.26% 0.47% -
HSV(B) 156.39º 0.41% 0.59% -
XYZ 18.79 25.44 23.66 -
YUV 129.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 89 150 126 0.41 0 0.16 0.41 156.39 0.26 0.47
Hex 59 96 7E 29 0 10 29 9C 1A 2F
Octal 131 226 176 51 0 20 51 234 32 57
Binary 1011001 10010110 1111110 101001 0 10000 101001 10011100 11010 101111

Color Harmonies of #59967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59967E

Black with #59967E

Text Example


Text Example

White with #59967E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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