Html Css Color HEX #909479 Sage

📋 copy color: '#909479'

red 144 ◦ green 148 ◦ blue 121

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

Shades of Sage #909479

Tints of Sage #909479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.3%

R = 34.87%
G = 35.84%
B = 29.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#909479 (or 0x909479) is known color: Sage. HEX triplet: 90, 94 and 79. RGB value is (144,148,121). Sum of RGB (Red+Green+Blue) = 144+148+121=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #909479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909479 is #6F6B86. Grayscale: #8F8F8F. Windows color (decimal): -7302023 or 7967888. OLE color: 7967888.

HSL color Cylindrical-coordinate representation of color #909479: hue angle of 68.89º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #909479 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 148 121 -
CMYK 0.03 0 0.18 0.42
HSL 68.89º 0.11% 0.53% -
HSV(B) 68.89º 0.18% 0.58% -
XYZ 25.54 28.49 22.24 -
YUV 143.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 144 148 121 0.03 0 0.18 0.42 68.89 0.11 0.53
Hex 90 94 79 3 0 12 2A 45 B 35
Octal 220 224 171 3 0 22 52 105 13 65
Binary 10010000 10010100 1111001 11 0 10010 101010 1000101 1011 110101

Color Harmonies of #909479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909479

Black with #909479

Text Example


Text Example

White with #909479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909479; }

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

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

background-color css

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

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

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

border-color css

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

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

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