Html Css Color HEX #909D76 Sage

📋 copy color: '#909D76'

red 144 ◦ green 157 ◦ blue 118

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

Shades of Sage #909D76

Tints of Sage #909D76

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.47%

 BLUE value IS 118 (46.48% from 255) = 28.16%

R = 34.37%
G = 37.47%
B = 28.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#909D76 (or 0x909D76) is known color: Sage. HEX triplet: 90, 9D and 76. RGB value is (144,157,118). Sum of RGB (Red+Green+Blue) = 144+157+118=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 157 - color contains mainly: green. Hex color #909D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909D76 is #6F6289. Grayscale: #949494. Windows color (decimal): -7299722 or 7773584. OLE color: 7773584.

HSL color Cylindrical-coordinate representation of color #909D76: hue angle of 80º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #909D76 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 157 118 -
CMYK 0.08 0 0.25 0.38
HSL 80º 0.17% 0.54% -
HSV(B) 80º 0.25% 0.62% -
XYZ 26.83 31.35 21.78 -
YUV 148.67 110.69 124.67 -
System Red Green Blue C M Y K H S L
Decimal 144 157 118 0.08 0 0.25 0.38 80 0.17 0.54
Hex 90 9D 76 8 0 19 26 50 11 36
Octal 220 235 166 10 0 31 46 120 21 66
Binary 10010000 10011101 1110110 1000 0 11001 100110 1010000 10001 110110

Color Harmonies of #909D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909D76

Black with #909D76

Text Example


Text Example

White with #909D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,157,118); }

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

background-color css

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

 a { background-color: rgb(144,157,118); }

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

border-color css

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

 span { border-color: rgb(144,157,118); }

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