Html Css Color HEX #599F84 Patina

📋 copy color: '#599F84'

red 89 ◦ green 159 ◦ blue 132

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

Shades of Patina #599F84

Tints of Patina #599F84

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.84%

 BLUE value IS 132 (51.95% from 255) = 34.74%

R = 23.42%
G = 41.84%
B = 34.74%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#599F84 (or 0x599F84) is known color: Patina. HEX triplet: 59, 9F and 84. RGB value is (89,159,132). Sum of RGB (Red+Green+Blue) = 89+159+132=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 159 - color contains mainly: green. Hex color #599F84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599F84 is #A6607B. Grayscale: #878787. Windows color (decimal): -10903676 or 8691545. OLE color: 8691545.

HSL color Cylindrical-coordinate representation of color #599F84: hue angle of 156.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599F84 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 159 132 -
CMYK 0.44 0 0.17 0.38
HSL 156.86º 0.28% 0.49% -
HSV(B) 156.86º 0.44% 0.62% -
XYZ 20.68 28.59 26.26 -
YUV 134.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 89 159 132 0.44 0 0.17 0.38 156.86 0.28 0.49
Hex 59 9F 84 2C 0 11 26 9D 1C 31
Octal 131 237 204 54 0 21 46 235 34 61
Binary 1011001 10011111 10000100 101100 0 10001 100110 10011101 11100 110001

Color Harmonies of #599F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599F84

Black with #599F84

Text Example


Text Example

White with #599F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599F84; }

 p { color: rgb(89,159,132); }

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

background-color css

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

 a { background-color: rgb(89,159,132); }

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

border-color css

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

 span { border-color: rgb(89,159,132); }

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