Html Css Color HEX #909878 Sage

📋 copy color: '#909878'

red 144 ◦ green 152 ◦ blue 120

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

Shades of Sage #909878

Tints of Sage #909878

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.54%

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

R = 34.62%
G = 36.54%
B = 28.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#909878 (or 0x909878) is known color: Sage. HEX triplet: 90, 98 and 78. RGB value is (144,152,120). Sum of RGB (Red+Green+Blue) = 144+152+120=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 152 - color contains mainly: green. Hex color #909878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909878 is #6F6787. Grayscale: #929292. Windows color (decimal): -7301000 or 7903376. OLE color: 7903376.

HSL color Cylindrical-coordinate representation of color #909878: hue angle of 75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #909878 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 144 152 120 -
CMYK 0.05 0 0.21 0.40
HSL 75º 0.13% 0.53% -
HSV(B) 75º 0.21% 0.6% -
XYZ 26.12 29.74 22.13 -
YUV 145.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 144 152 120 0.05 0 0.21 0.40 75 0.13 0.53
Hex 90 98 78 5 0 15 28 4B D 35
Octal 220 230 170 5 0 25 50 113 15 65
Binary 10010000 10011000 1111000 101 0 10101 101000 1001011 1101 110101

Color Harmonies of #909878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909878

Black with #909878

Text Example


Text Example

White with #909878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909878; }

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

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

background-color css

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

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

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

border-color css

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

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

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