Html Css Color HEX #599779 Patina

📋 copy color: '#599779'

red 89 ◦ green 151 ◦ blue 121

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

Shades of Patina #599779

Tints of Patina #599779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.52%

R = 24.65%
G = 41.83%
B = 33.52%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#599779 (or 0x599779) is known color: Patina. HEX triplet: 59, 97 and 79. RGB value is (89,151,121). Sum of RGB (Red+Green+Blue) = 89+151+121=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 151 - color contains mainly: green. Hex color #599779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599779 is #A66886. Grayscale: #818181. Windows color (decimal): -10905735 or 7968601. OLE color: 7968601.

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

Color convert

RGB 89 151 121 -
CMYK 0.41 0 0.20 0.41
HSL 150.97º 0.26% 0.47% -
HSV(B) 150.97º 0.41% 0.59% -
XYZ 18.64 25.64 22.06 -
YUV 129.04 123.46 99.44 -
System Red Green Blue C M Y K H S L
Decimal 89 151 121 0.41 0 0.20 0.41 150.97 0.26 0.47
Hex 59 97 79 29 0 14 29 97 1A 2F
Octal 131 227 171 51 0 24 51 227 32 57
Binary 1011001 10010111 1111001 101001 0 10100 101001 10010111 11010 101111

Color Harmonies of #599779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599779

Black with #599779

Text Example


Text Example

White with #599779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599779; }

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

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

background-color css

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

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

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

border-color css

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

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

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