Html Css Color HEX #90A178 Sage

📋 copy color: '#90A178'

red 144 ◦ green 161 ◦ blue 120

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

Shades of Sage #90A178

Tints of Sage #90A178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.24%

R = 33.88%
G = 37.88%
B = 28.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#90A178 (or 0x90A178) is known color: Sage. HEX triplet: 90, A1 and 78. RGB value is (144,161,120). Sum of RGB (Red+Green+Blue) = 144+161+120=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #90A178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A178 is #6F5E87. Grayscale: #979797. Windows color (decimal): -7298696 or 7905680. OLE color: 7905680.

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

Color convert

RGB 144 161 120 -
CMYK 0.11 0 0.25 0.37
HSL 84.88º 0.18% 0.55% -
HSV(B) 84.88º 0.25% 0.63% -
XYZ 27.64 32.78 22.64 -
YUV 151.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 144 161 120 0.11 0 0.25 0.37 84.88 0.18 0.55
Hex 90 A1 78 B 0 19 25 55 12 37
Octal 220 241 170 13 0 31 45 125 22 67
Binary 10010000 10100001 1111000 1011 0 11001 100101 1010101 10010 110111

Color Harmonies of #90A178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A178

Black with #90A178

Text Example


Text Example

White with #90A178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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