Html Css Color HEX #90A27A Sage

📋 copy color: '#90A27A'

red 144 ◦ green 162 ◦ blue 122

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

Shades of Sage #90A27A

Tints of Sage #90A27A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.85%

 BLUE value IS 122 (48.05% from 255) = 28.5%

R = 33.64%
G = 37.85%
B = 28.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#90A27A (or 0x90A27A) is known color: Sage. HEX triplet: 90, A2 and 7A. RGB value is (144,162,122). Sum of RGB (Red+Green+Blue) = 144+162+122=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 162 - color contains mainly: green. Hex color #90A27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A27A is #6F5D85. Grayscale: #989898. Windows color (decimal): -7298438 or 8037008. OLE color: 8037008.

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

Color convert

RGB 144 162 122 -
CMYK 0.11 0 0.25 0.36
HSL 87º 0.18% 0.56% -
HSV(B) 87º 0.25% 0.64% -
XYZ 27.93 33.18 23.34 -
YUV 152.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 144 162 122 0.11 0 0.25 0.36 87 0.18 0.56
Hex 90 A2 7A B 0 19 24 57 12 38
Octal 220 242 172 13 0 31 44 127 22 70
Binary 10010000 10100010 1111010 1011 0 11001 100100 1010111 10010 111000

Color Harmonies of #90A27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A27A

Black with #90A27A

Text Example


Text Example

White with #90A27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,162,122); }

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

background-color css

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

 a { background-color: rgb(144,162,122); }

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

border-color css

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

 span { border-color: rgb(144,162,122); }

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