Html Css Color HEX #909774 Sage

📋 copy color: '#909774'

red 144 ◦ green 151 ◦ blue 116

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

Shades of Sage #909774

Tints of Sage #909774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.22%

R = 35.04%
G = 36.74%
B = 28.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#909774 (or 0x909774) is known color: Sage. HEX triplet: 90, 97 and 74. RGB value is (144,151,116). Sum of RGB (Red+Green+Blue) = 144+151+116=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 151 - color contains mainly: green. Hex color #909774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909774 is #6F688B. Grayscale: #919191. Windows color (decimal): -7301260 or 7640976. OLE color: 7640976.

HSL color Cylindrical-coordinate representation of color #909774: hue angle of 72º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #909774 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 151 116 -
CMYK 0.05 0 0.23 0.41
HSL 72º 0.14% 0.52% -
HSV(B) 72º 0.23% 0.59% -
XYZ 25.72 29.32 20.83 -
YUV 144.92 111.68 127.35 -
System Red Green Blue C M Y K H S L
Decimal 144 151 116 0.05 0 0.23 0.41 72 0.14 0.52
Hex 90 97 74 5 0 17 29 48 E 34
Octal 220 227 164 5 0 27 51 110 16 64
Binary 10010000 10010111 1110100 101 0 10111 101001 1001000 1110 110100

Color Harmonies of #909774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909774

Black with #909774

Text Example


Text Example

White with #909774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909774; }

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

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

background-color css

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

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

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

border-color css

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

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

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