Html Css Color HEX #599A7F Patina

📋 copy color: '#599A7F'

red 89 ◦ green 154 ◦ blue 127

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

Shades of Patina #599A7F

Tints of Patina #599A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.62%

 BLUE value IS 127 (50% from 255) = 34.32%

R = 24.05%
G = 41.62%
B = 34.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#599A7F (or 0x599A7F) is known color: Patina. HEX triplet: 59, 9A and 7F. RGB value is (89,154,127). Sum of RGB (Red+Green+Blue) = 89+154+127=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 154 - color contains mainly: green. Hex color #599A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599A7F is #A66580. Grayscale: #838383. Windows color (decimal): -10904961 or 8362585. OLE color: 8362585.

HSL color Cylindrical-coordinate representation of color #599A7F: hue angle of 155.08º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #599A7F is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 154 127 -
CMYK 0.42 0 0.18 0.40
HSL 155.08º 0.27% 0.48% -
HSV(B) 155.08º 0.42% 0.6% -
XYZ 19.51 26.77 24.22 -
YUV 131.49 125.47 97.7 -
System Red Green Blue C M Y K H S L
Decimal 89 154 127 0.42 0 0.18 0.40 155.08 0.27 0.48
Hex 59 9A 7F 2A 0 12 28 9B 1B 30
Octal 131 232 177 52 0 22 50 233 33 60
Binary 1011001 10011010 1111111 101010 0 10010 101000 10011011 11011 110000

Color Harmonies of #599A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599A7F

Black with #599A7F

Text Example


Text Example

White with #599A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,154,127); }

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

background-color css

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

 a { background-color: rgb(89,154,127); }

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

border-color css

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

 span { border-color: rgb(89,154,127); }

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