Html Css Color HEX #90977A Sage

📋 copy color: '#90977A'

red 144 ◦ green 151 ◦ blue 122

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

Shades of Sage #90977A

Tints of Sage #90977A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.21%

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

R = 34.53%
G = 36.21%
B = 29.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#90977A (or 0x90977A) is known color: Sage. HEX triplet: 90, 97 and 7A. RGB value is (144,151,122). Sum of RGB (Red+Green+Blue) = 144+151+122=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 151 - color contains mainly: green. Hex color #90977A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90977A is #6F6885. Grayscale: #919191. Windows color (decimal): -7301254 or 8034192. OLE color: 8034192.

HSL color Cylindrical-coordinate representation of color #90977A: hue angle of 74.48º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90977A is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 151 122 -
CMYK 0.05 0 0.19 0.41
HSL 74.48º 0.12% 0.54% -
HSV(B) 74.48º 0.19% 0.59% -
XYZ 26.08 29.47 22.73 -
YUV 145.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 144 151 122 0.05 0 0.19 0.41 74.48 0.12 0.54
Hex 90 97 7A 5 0 13 29 4A C 36
Octal 220 227 172 5 0 23 51 112 14 66
Binary 10010000 10010111 1111010 101 0 10011 101001 1001010 1100 110110

Color Harmonies of #90977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90977A

Black with #90977A

Text Example


Text Example

White with #90977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90977A; }

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

 H1.HeaderClassName
 {
   color: #90977A;
 }
 .AnyTagClassName
 {
   color: #90977A;
 }
</style>

background-color css

<style>
 a { background-color: #90977A; }

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

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

border-color css

<style>
 span { border-color: #90977A; }

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

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