Html Css Color HEX #599677 Patina

📋 copy color: '#599677'

red 89 ◦ green 150 ◦ blue 119

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

Shades of Patina #599677

Tints of Patina #599677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.24%

R = 24.86%
G = 41.9%
B = 33.24%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#599677 (or 0x599677) is known color: Patina. HEX triplet: 59, 96 and 77. RGB value is (89,150,119). Sum of RGB (Red+Green+Blue) = 89+150+119=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #599677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599677 is #A66988. Grayscale: #808080. Windows color (decimal): -10905993 or 7837273. OLE color: 7837273.

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

Color convert

RGB 89 150 119 -
CMYK 0.41 0 0.21 0.41
HSL 149.51º 0.26% 0.47% -
HSV(B) 149.51º 0.41% 0.59% -
XYZ 18.36 25.27 21.36 -
YUV 128.23 122.79 100.02 -
System Red Green Blue C M Y K H S L
Decimal 89 150 119 0.41 0 0.21 0.41 149.51 0.26 0.47
Hex 59 96 77 29 0 15 29 96 1A 2F
Octal 131 226 167 51 0 25 51 226 32 57
Binary 1011001 10010110 1110111 101001 0 10101 101001 10010110 11010 101111

Color Harmonies of #599677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599677

Black with #599677

Text Example


Text Example

White with #599677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599677; }

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

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

background-color css

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

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

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

border-color css

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

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

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