Html Css Color HEX #9A9D76 Sage

📋 copy color: '#9A9D76'

red 154 ◦ green 157 ◦ blue 118

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

Shades of Sage #9A9D76

Tints of Sage #9A9D76

RGB

 RED value IS 154 (60.55% from 255) = 35.9%

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

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

R = 35.9%
G = 36.6%
B = 27.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9A9D76 (or 0x9A9D76) is known color: Sage. HEX triplet: 9A, 9D and 76. RGB value is (154,157,118). Sum of RGB (Red+Green+Blue) = 154+157+118=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 157 - color contains mainly: green. Hex color #9A9D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9D76 is #656289. Grayscale: #979797. Windows color (decimal): -6644362 or 7773594. OLE color: 7773594.

HSL color Cylindrical-coordinate representation of color #9A9D76: hue angle of 64.62º 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 #9A9D76 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 154 157 118 -
CMYK 0.02 0 0.25 0.38
HSL 64.62º 0.17% 0.54% -
HSV(B) 64.62º 0.25% 0.62% -
XYZ 28.65 32.29 21.86 -
YUV 151.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 154 157 118 0.02 0 0.25 0.38 64.62 0.17 0.54
Hex 9A 9D 76 2 0 19 26 41 11 36
Octal 232 235 166 2 0 31 46 101 21 66
Binary 10011010 10011101 1110110 10 0 11001 100110 1000001 10001 110110

Color Harmonies of #9A9D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A9D76

Black with #9A9D76

Text Example


Text Example

White with #9A9D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A9D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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