Html Css Color HEX #90A377 Sage

📋 copy color: '#90A377'

red 144 ◦ green 163 ◦ blue 119

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

Shades of Sage #90A377

Tints of Sage #90A377

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.26%

 BLUE value IS 119 (46.88% from 255) = 27.93%

R = 33.8%
G = 38.26%
B = 27.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#90A377 (or 0x90A377) is known color: Sage. HEX triplet: 90, A3 and 77. RGB value is (144,163,119). Sum of RGB (Red+Green+Blue) = 144+163+119=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 163 - color contains mainly: green. Hex color #90A377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A377 is #6F5C88. Grayscale: #989898. Windows color (decimal): -7298185 or 7840656. OLE color: 7840656.

HSL color Cylindrical-coordinate representation of color #90A377: hue angle of 85.91º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90A377 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 144 163 119 -
CMYK 0.12 0 0.27 0.36
HSL 85.91º 0.19% 0.55% -
HSV(B) 85.91º 0.27% 0.64% -
XYZ 27.93 33.46 22.44 -
YUV 152.3 109.21 122.08 -
System Red Green Blue C M Y K H S L
Decimal 144 163 119 0.12 0 0.27 0.36 85.91 0.19 0.55
Hex 90 A3 77 C 0 1B 24 56 13 37
Octal 220 243 167 14 0 33 44 126 23 67
Binary 10010000 10100011 1110111 1100 0 11011 100100 1010110 10011 110111

Color Harmonies of #90A377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A377

Black with #90A377

Text Example


Text Example

White with #90A377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,163,119); }

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

background-color css

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

 a { background-color: rgb(144,163,119); }

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

border-color css

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

 span { border-color: rgb(144,163,119); }

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