Html Css Color HEX #909977 Sage

📋 copy color: '#909977'

red 144 ◦ green 153 ◦ blue 119

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

Shades of Sage #909977

Tints of Sage #909977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.78%

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

R = 34.62%
G = 36.78%
B = 28.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#909977 (or 0x909977) is known color: Sage. HEX triplet: 90, 99 and 77. RGB value is (144,153,119). Sum of RGB (Red+Green+Blue) = 144+153+119=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #909977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909977 is #6F6688. Grayscale: #929292. Windows color (decimal): -7300745 or 7838096. OLE color: 7838096.

HSL color Cylindrical-coordinate representation of color #909977: hue angle of 75.88º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #909977 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 153 119 -
CMYK 0.06 0 0.22 0.4
HSL 75.88º 0.14% 0.53% -
HSV(B) 75.88º 0.22% 0.6% -
XYZ 26.22 30.04 21.87 -
YUV 146.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 144 153 119 0.06 0 0.22 0.4 75.88 0.14 0.53
Hex 90 99 77 6 0 16 28 4C E 35
Octal 220 231 167 6 0 26 50 114 16 65
Binary 10010000 10011001 1110111 110 0 10110 101000 1001100 1110 110101

Color Harmonies of #909977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909977

Black with #909977

Text Example


Text Example

White with #909977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909977; }

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

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

background-color css

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

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

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

border-color css

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

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

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