Html Css Color HEX #5A9679 Patina

📋 copy color: '#5A9679'

red 90 ◦ green 150 ◦ blue 121

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

Shades of Patina #5A9679

Tints of Patina #5A9679

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.55%

 BLUE value IS 121 (47.66% from 255) = 33.52%

R = 24.93%
G = 41.55%
B = 33.52%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#5A9679 (or 0x5A9679) is known color: Patina. HEX triplet: 5A, 96 and 79. RGB value is (90,150,121). Sum of RGB (Red+Green+Blue) = 90+150+121=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 150 - color contains mainly: green. Hex color #5A9679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9679 is #A56986. Grayscale: #808080. Windows color (decimal): -10840455 or 7968346. OLE color: 7968346.

HSL color Cylindrical-coordinate representation of color #5A9679: hue angle of 151º 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 #5A9679 is Cyan = 0.4, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 90 150 121 -
CMYK 0.4 0 0.19 0.41
HSL 151º 0.25% 0.47% -
HSV(B) 151º 0.4% 0.59% -
XYZ 18.57 25.37 22.01 -
YUV 128.75 123.62 100.36 -
System Red Green Blue C M Y K H S L
Decimal 90 150 121 0.4 0 0.19 0.41 151 0.25 0.47
Hex 5A 96 79 28 0 13 29 97 19 2F
Octal 132 226 171 50 0 23 51 227 31 57
Binary 1011010 10010110 1111001 101000 0 10011 101001 10010111 11001 101111

Color Harmonies of #5A9679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9679

Black with #5A9679

Text Example


Text Example

White with #5A9679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,150,121); }

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

background-color css

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

 a { background-color: rgb(90,150,121); }

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

border-color css

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

 span { border-color: rgb(90,150,121); }

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