Html Css Color HEX #599680 Patina

📋 copy color: '#599680'

red 89 ◦ green 150 ◦ blue 128

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

Shades of Patina #599680

Tints of Patina #599680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.88%

R = 24.25%
G = 40.87%
B = 34.88%

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

#599680 (or 0x599680) is known color: Patina. HEX triplet: 59, 96 and 80. RGB value is (89,150,128). Sum of RGB (Red+Green+Blue) = 89+150+128=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #599680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599680 is #A6697F. Grayscale: #818181. Windows color (decimal): -10905984 or 8427097. OLE color: 8427097.

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

Color convert

RGB 89 150 128 -
CMYK 0.41 0 0.15 0.41
HSL 158.36º 0.26% 0.47% -
HSV(B) 158.36º 0.41% 0.59% -
XYZ 18.92 25.5 24.35 -
YUV 129.25 127.29 99.29 -
System Red Green Blue C M Y K H S L
Decimal 89 150 128 0.41 0 0.15 0.41 158.36 0.26 0.47
Hex 59 96 80 29 0 F 29 9E 1A 2F
Octal 131 226 200 51 0 17 51 236 32 57
Binary 1011001 10010110 10000000 101001 0 1111 101001 10011110 11010 101111

Color Harmonies of #599680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599680

Black with #599680

Text Example


Text Example

White with #599680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599680; }

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

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

background-color css

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

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

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

border-color css

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

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

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