Html Css Color HEX #5A977F Patina

📋 copy color: '#5A977F'

red 90 ◦ green 151 ◦ blue 127

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

Shades of Patina #5A977F

Tints of Patina #5A977F

RGB

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

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

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

R = 24.46%
G = 41.03%
B = 34.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#5A977F (or 0x5A977F) is known color: Patina. HEX triplet: 5A, 97 and 7F. RGB value is (90,151,127). Sum of RGB (Red+Green+Blue) = 90+151+127=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 151 - color contains mainly: green. Hex color #5A977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A977F is #A56880. Grayscale: #828282. Windows color (decimal): -10840193 or 8361818. OLE color: 8361818.

HSL color Cylindrical-coordinate representation of color #5A977F: hue angle of 156.39º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A977F is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 90 151 127 -
CMYK 0.40 0 0.16 0.41
HSL 156.39º 0.25% 0.47% -
HSV(B) 156.39º 0.4% 0.59% -
XYZ 19.11 25.84 24.06 -
YUV 130.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 90 151 127 0.40 0 0.16 0.41 156.39 0.25 0.47
Hex 5A 97 7F 28 0 10 29 9C 19 2F
Octal 132 227 177 50 0 20 51 234 31 57
Binary 1011010 10010111 1111111 101000 0 10000 101001 10011100 11001 101111

Color Harmonies of #5A977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A977F

Black with #5A977F

Text Example


Text Example

White with #5A977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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