Html Css Color HEX #90A17C Sage

📋 copy color: '#90A17C'

red 144 ◦ green 161 ◦ blue 124

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

Shades of Sage #90A17C

Tints of Sage #90A17C

RGB

 RED value IS 144 (56.64% from 255) = 33.57%

 GREEN value IS 161 (63.28% from 255) = 37.53%

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

R = 33.57%
G = 37.53%
B = 28.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#90A17C (or 0x90A17C) is known color: Sage. HEX triplet: 90, A1 and 7C. RGB value is (144,161,124). Sum of RGB (Red+Green+Blue) = 144+161+124=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 161 - color contains mainly: green. Hex color #90A17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A17C is #6F5E83. Grayscale: #979797. Windows color (decimal): -7298692 or 8167824. OLE color: 8167824.

HSL color Cylindrical-coordinate representation of color #90A17C: hue angle of 87.57º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90A17C is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 144 161 124 -
CMYK 0.11 0 0.23 0.37
HSL 87.57º 0.16% 0.56% -
HSV(B) 87.57º 0.23% 0.63% -
XYZ 27.88 32.87 23.94 -
YUV 151.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 144 161 124 0.11 0 0.23 0.37 87.57 0.16 0.56
Hex 90 A1 7C B 0 17 25 58 10 38
Octal 220 241 174 13 0 27 45 130 20 70
Binary 10010000 10100001 1111100 1011 0 10111 100101 1011000 10000 111000

Color Harmonies of #90A17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A17C

Black with #90A17C

Text Example


Text Example

White with #90A17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90A17C; }

 p { color: rgb(144,161,124); }

 H1.HeaderClassName
 {
   color: #90A17C;
 }
 .AnyTagClassName
 {
   color: #90A17C;
 }
</style>

background-color css

<style>
 a { background-color: #90A17C; }

 a { background-color: rgb(144,161,124); }

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

border-color css

<style>
 span { border-color: #90A17C; }

 span { border-color: rgb(144,161,124); }

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