Html Css Color HEX #909678 Sage

📋 copy color: '#909678'

red 144 ◦ green 150 ◦ blue 120

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

Shades of Sage #909678

Tints of Sage #909678

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.23%

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

R = 34.78%
G = 36.23%
B = 28.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#909678 (or 0x909678) is known color: Sage. HEX triplet: 90, 96 and 78. RGB value is (144,150,120). Sum of RGB (Red+Green+Blue) = 144+150+120=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 150 - color contains mainly: green. Hex color #909678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909678 is #6F6987. Grayscale: #909090. Windows color (decimal): -7301512 or 7902864. OLE color: 7902864.

HSL color Cylindrical-coordinate representation of color #909678: hue angle of 72º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #909678 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 150 120 -
CMYK 0.04 0 0.20 0.41
HSL 72º 0.13% 0.53% -
HSV(B) 72º 0.2% 0.59% -
XYZ 25.8 29.1 22.03 -
YUV 144.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 144 150 120 0.04 0 0.20 0.41 72 0.13 0.53
Hex 90 96 78 4 0 14 29 48 C 35
Octal 220 226 170 4 0 24 51 110 14 65
Binary 10010000 10010110 1111000 100 0 10100 101001 1001000 1100 110101

Color Harmonies of #909678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909678

Black with #909678

Text Example


Text Example

White with #909678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909678; }

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

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

background-color css

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

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

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

border-color css

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

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

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