Html Css Color HEX #90A37A Sage

📋 copy color: '#90A37A'

red 144 ◦ green 163 ◦ blue 122

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

Shades of Sage #90A37A

Tints of Sage #90A37A

RGB

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

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

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

R = 33.57%
G = 38%
B = 28.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#90A37A (or 0x90A37A) is known color: Sage. HEX triplet: 90, A3 and 7A. RGB value is (144,163,122). Sum of RGB (Red+Green+Blue) = 144+163+122=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 163 - color contains mainly: green. Hex color #90A37A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A37A is #6F5C85. Grayscale: #989898. Windows color (decimal): -7298182 or 8037264. OLE color: 8037264.

HSL color Cylindrical-coordinate representation of color #90A37A: hue angle of 87.8º 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 #90A37A is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 144 163 122 -
CMYK 0.12 0 0.25 0.36
HSL 87.8º 0.18% 0.56% -
HSV(B) 87.8º 0.25% 0.64% -
XYZ 28.11 33.53 23.4 -
YUV 152.65 110.71 121.83 -
System Red Green Blue C M Y K H S L
Decimal 144 163 122 0.12 0 0.25 0.36 87.8 0.18 0.56
Hex 90 A3 7A C 0 19 24 58 12 38
Octal 220 243 172 14 0 31 44 130 22 70
Binary 10010000 10100011 1111010 1100 0 11001 100100 1011000 10010 111000

Color Harmonies of #90A37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A37A

Black with #90A37A

Text Example


Text Example

White with #90A37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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