Html Css Color HEX #909481 Sage

📋 copy color: '#909481'

red 144 ◦ green 148 ◦ blue 129

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

Shades of Sage #909481

Tints of Sage #909481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.64%

R = 34.2%
G = 35.15%
B = 30.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#909481 (or 0x909481) is known color: Sage. HEX triplet: 90, 94 and 81. RGB value is (144,148,129). Sum of RGB (Red+Green+Blue) = 144+148+129=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 148 - color contains mainly: green. Hex color #909481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909481 is #6F6B7E. Grayscale: #909090. Windows color (decimal): -7302015 or 8492176. OLE color: 8492176.

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

Color convert

RGB 144 148 129 -
CMYK 0.03 0 0.13 0.42
HSL 72.63º 0.08% 0.54% -
HSV(B) 72.63º 0.13% 0.58% -
XYZ 26.05 28.69 24.93 -
YUV 144.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 144 148 129 0.03 0 0.13 0.42 72.63 0.08 0.54
Hex 90 94 81 3 0 D 2A 49 8 36
Octal 220 224 201 3 0 15 52 111 10 66
Binary 10010000 10010100 10000001 11 0 1101 101010 1001001 1000 110110

Color Harmonies of #909481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909481

Black with #909481

Text Example


Text Example

White with #909481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909481; }

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

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

background-color css

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

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

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

border-color css

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

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

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