Html Css Color HEX #909A78 Sage

📋 copy color: '#909A78'

red 144 ◦ green 154 ◦ blue 120

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

Shades of Sage #909A78

Tints of Sage #909A78

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.84%

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

R = 34.45%
G = 36.84%
B = 28.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#909A78 (or 0x909A78) is known color: Sage. HEX triplet: 90, 9A and 78. RGB value is (144,154,120). Sum of RGB (Red+Green+Blue) = 144+154+120=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 154 - color contains mainly: green. Hex color #909A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909A78 is #6F6587. Grayscale: #939393. Windows color (decimal): -7300488 or 7903888. OLE color: 7903888.

HSL color Cylindrical-coordinate representation of color #909A78: hue angle of 77.65º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #909A78 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 144 154 120 -
CMYK 0.06 0 0.22 0.40
HSL 77.65º 0.14% 0.54% -
HSV(B) 77.65º 0.22% 0.6% -
XYZ 26.45 30.4 22.24 -
YUV 147.13 112.69 125.76 -
System Red Green Blue C M Y K H S L
Decimal 144 154 120 0.06 0 0.22 0.40 77.65 0.14 0.54
Hex 90 9A 78 6 0 16 28 4E E 36
Octal 220 232 170 6 0 26 50 116 16 66
Binary 10010000 10011010 1111000 110 0 10110 101000 1001110 1110 110110

Color Harmonies of #909A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909A78

Black with #909A78

Text Example


Text Example

White with #909A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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