Html Css Color HEX #9DAC76 Sage

📋 copy color: '#9DAC76'

red 157 ◦ green 172 ◦ blue 118

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

Shades of Sage #9DAC76

Tints of Sage #9DAC76

RGB

 RED value IS 157 (61.72% from 255) = 35.12%

 GREEN value IS 172 (67.58% from 255) = 38.48%

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

R = 35.12%
G = 38.48%
B = 26.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#9DAC76 (or 0x9DAC76) is known color: Sage. HEX triplet: 9D, AC and 76. RGB value is (157,172,118). Sum of RGB (Red+Green+Blue) = 157+172+118=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC76 is #625389. Grayscale: #A1A1A1. Windows color (decimal): -6443914 or 7777437. OLE color: 7777437.

HSL color Cylindrical-coordinate representation of color #9DAC76: hue angle of 76.67º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DAC76 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 172 118 -
CMYK 0.09 0 0.31 0.33
HSL 76.67º 0.25% 0.57% -
HSV(B) 76.67º 0.31% 0.67% -
XYZ 31.93 37.98 22.79 -
YUV 161.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 157 172 118 0.09 0 0.31 0.33 76.67 0.25 0.57
Hex 9D AC 76 9 0 1F 21 4D 19 39
Octal 235 254 166 11 0 37 41 115 31 71
Binary 10011101 10101100 1110110 1001 0 11111 100001 1001101 11001 111001

Color Harmonies of #9DAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAC76

Black with #9DAC76

Text Example


Text Example

White with #9DAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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