Html Css Color HEX #909779 Sage

📋 copy color: '#909779'

red 144 ◦ green 151 ◦ blue 121

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

Shades of Sage #909779

Tints of Sage #909779

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.3%

 BLUE value IS 121 (47.66% from 255) = 29.09%

R = 34.62%
G = 36.3%
B = 29.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#909779 (or 0x909779) is known color: Sage. HEX triplet: 90, 97 and 79. RGB value is (144,151,121). Sum of RGB (Red+Green+Blue) = 144+151+121=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 151 - color contains mainly: green. Hex color #909779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909779 is #6F6886. Grayscale: #919191. Windows color (decimal): -7301255 or 7968656. OLE color: 7968656.

HSL color Cylindrical-coordinate representation of color #909779: hue angle of 74º degrees, saturation: 0.13, 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 #909779 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 151 121 -
CMYK 0.05 0 0.20 0.41
HSL 74º 0.13% 0.53% -
HSV(B) 74º 0.2% 0.59% -
XYZ 26.02 29.44 22.4 -
YUV 145.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 144 151 121 0.05 0 0.20 0.41 74 0.13 0.53
Hex 90 97 79 5 0 14 29 4A D 35
Octal 220 227 171 5 0 24 51 112 15 65
Binary 10010000 10010111 1111001 101 0 10100 101001 1001010 1101 110101

Color Harmonies of #909779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909779

Black with #909779

Text Example


Text Example

White with #909779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909779; }

 p { color: rgb(144,151,121); }

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

background-color css

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

 a { background-color: rgb(144,151,121); }

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

border-color css

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

 span { border-color: rgb(144,151,121); }

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