Html Css Color HEX #90977B Sage

📋 copy color: '#90977B'

red 144 ◦ green 151 ◦ blue 123

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

Shades of Sage #90977B

Tints of Sage #90977B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.43%

R = 34.45%
G = 36.12%
B = 29.43%

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

#90977B (or 0x90977B) is known color: Sage. HEX triplet: 90, 97 and 7B. RGB value is (144,151,123). Sum of RGB (Red+Green+Blue) = 144+151+123=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 151 - color contains mainly: green. Hex color #90977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90977B is #6F6884. Grayscale: #919191. Windows color (decimal): -7301253 or 8099728. OLE color: 8099728.

HSL color Cylindrical-coordinate representation of color #90977B: hue angle of 75º 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 #90977B is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 151 123 -
CMYK 0.05 0 0.19 0.41
HSL 75º 0.12% 0.54% -
HSV(B) 75º 0.19% 0.59% -
XYZ 26.14 29.49 23.05 -
YUV 145.72 115.18 126.78 -
System Red Green Blue C M Y K H S L
Decimal 144 151 123 0.05 0 0.19 0.41 75 0.12 0.54
Hex 90 97 7B 5 0 13 29 4B C 36
Octal 220 227 173 5 0 23 51 113 14 66
Binary 10010000 10010111 1111011 101 0 10011 101001 1001011 1100 110110

Color Harmonies of #90977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90977B

Black with #90977B

Text Example


Text Example

White with #90977B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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