Html Css Color HEX #909477 Sage

📋 copy color: '#909477'

red 144 ◦ green 148 ◦ blue 119

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

Shades of Sage #909477

Tints of Sage #909477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.01%

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

R = 35.04%
G = 36.01%
B = 28.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#909477 (or 0x909477) is known color: Sage. HEX triplet: 90, 94 and 77. RGB value is (144,148,119). Sum of RGB (Red+Green+Blue) = 144+148+119=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 148 - color contains mainly: green. Hex color #909477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909477 is #6F6B88. Grayscale: #8F8F8F. Windows color (decimal): -7302025 or 7836816. OLE color: 7836816.

HSL color Cylindrical-coordinate representation of color #909477: hue angle of 68.28º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #909477 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 148 119 -
CMYK 0.03 0 0.20 0.42
HSL 68.28º 0.12% 0.52% -
HSV(B) 68.28º 0.2% 0.58% -
XYZ 25.42 28.44 21.6 -
YUV 143.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 144 148 119 0.03 0 0.20 0.42 68.28 0.12 0.52
Hex 90 94 77 3 0 14 2A 44 C 34
Octal 220 224 167 3 0 24 52 104 14 64
Binary 10010000 10010100 1110111 11 0 10100 101010 1000100 1100 110100

Color Harmonies of #909477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909477

Black with #909477

Text Example


Text Example

White with #909477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909477; }

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

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

background-color css

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

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

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

border-color css

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

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

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