Html Css Color HEX #5A9D7F Patina

📋 copy color: '#5A9D7F'

red 90 ◦ green 157 ◦ blue 127

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

Shades of Patina #5A9D7F

Tints of Patina #5A9D7F

RGB

 RED value IS 90 (35.55% from 255) = 24.06%

 GREEN value IS 157 (61.72% from 255) = 41.98%

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

R = 24.06%
G = 41.98%
B = 33.96%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#5A9D7F (or 0x5A9D7F) is known color: Patina. HEX triplet: 5A, 9D and 7F. RGB value is (90,157,127). Sum of RGB (Red+Green+Blue) = 90+157+127=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 157 - color contains mainly: green. Hex color #5A9D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9D7F is #A56280. Grayscale: #858585. Windows color (decimal): -10838657 or 8363354. OLE color: 8363354.

HSL color Cylindrical-coordinate representation of color #5A9D7F: hue angle of 153.13º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9D7F is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 157 127 -
CMYK 0.43 0 0.19 0.38
HSL 153.13º 0.27% 0.48% -
HSV(B) 153.13º 0.43% 0.62% -
XYZ 20.1 27.82 24.39 -
YUV 133.55 124.3 96.94 -
System Red Green Blue C M Y K H S L
Decimal 90 157 127 0.43 0 0.19 0.38 153.13 0.27 0.48
Hex 5A 9D 7F 2B 0 13 26 99 1B 30
Octal 132 235 177 53 0 23 46 231 33 60
Binary 1011010 10011101 1111111 101011 0 10011 100110 10011001 11011 110000

Color Harmonies of #5A9D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9D7F

Black with #5A9D7F

Text Example


Text Example

White with #5A9D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A9D7F; }

 p { color: rgb(90,157,127); }

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

background-color css

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

 a { background-color: rgb(90,157,127); }

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

border-color css

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

 span { border-color: rgb(90,157,127); }

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