Html Css Color HEX #599C7C Patina

📋 copy color: '#599C7C'

red 89 ◦ green 156 ◦ blue 124

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

Shades of Patina #599C7C

Tints of Patina #599C7C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.28%

 BLUE value IS 124 (48.83% from 255) = 33.6%

R = 24.12%
G = 42.28%
B = 33.6%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#599C7C (or 0x599C7C) is known color: Patina. HEX triplet: 59, 9C and 7C. RGB value is (89,156,124). Sum of RGB (Red+Green+Blue) = 89+156+124=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 156 - color contains mainly: green. Hex color #599C7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599C7C is #A66383. Grayscale: #848484. Windows color (decimal): -10904452 or 8166489. OLE color: 8166489.

HSL color Cylindrical-coordinate representation of color #599C7C: hue angle of 151.34º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599C7C is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 156 124 -
CMYK 0.43 0 0.21 0.39
HSL 151.34º 0.27% 0.48% -
HSV(B) 151.34º 0.43% 0.61% -
XYZ 19.65 27.36 23.31 -
YUV 132.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 89 156 124 0.43 0 0.21 0.39 151.34 0.27 0.48
Hex 59 9C 7C 2B 0 15 27 97 1B 30
Octal 131 234 174 53 0 25 47 227 33 60
Binary 1011001 10011100 1111100 101011 0 10101 100111 10010111 11011 110000

Color Harmonies of #599C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599C7C

Black with #599C7C

Text Example


Text Example

White with #599C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,156,124); }

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

background-color css

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

 a { background-color: rgb(89,156,124); }

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

border-color css

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

 span { border-color: rgb(89,156,124); }

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