Html Css Color HEX #909478 Sage

📋 copy color: '#909478'

red 144 ◦ green 148 ◦ blue 120

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

Shades of Sage #909478

Tints of Sage #909478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.13%

R = 34.95%
G = 35.92%
B = 29.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#909478 (or 0x909478) is known color: Sage. HEX triplet: 90, 94 and 78. RGB value is (144,148,120). Sum of RGB (Red+Green+Blue) = 144+148+120=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 148 - color contains mainly: green. Hex color #909478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909478 is #6F6B87. Grayscale: #8F8F8F. Windows color (decimal): -7302024 or 7902352. OLE color: 7902352.

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

Color convert

RGB 144 148 120 -
CMYK 0.03 0 0.19 0.42
HSL 68.57º 0.12% 0.53% -
HSV(B) 68.57º 0.19% 0.58% -
XYZ 25.48 28.47 21.92 -
YUV 143.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 144 148 120 0.03 0 0.19 0.42 68.57 0.12 0.53
Hex 90 94 78 3 0 13 2A 45 C 35
Octal 220 224 170 3 0 23 52 105 14 65
Binary 10010000 10010100 1111000 11 0 10011 101010 1000101 1100 110101

Color Harmonies of #909478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909478

Black with #909478

Text Example


Text Example

White with #909478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909478; }

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

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

background-color css

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

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

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

border-color css

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

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

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