Html Css Color HEX #9DAC7E Sage

📋 copy color: '#9DAC7E'

red 157 ◦ green 172 ◦ blue 126

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

Shades of Sage #9DAC7E

Tints of Sage #9DAC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.69%

R = 34.51%
G = 37.8%
B = 27.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#9DAC7E (or 0x9DAC7E) is known color: Sage. HEX triplet: 9D, AC and 7E. RGB value is (157,172,126). Sum of RGB (Red+Green+Blue) = 157+172+126=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC7E is #625381. Grayscale: #A2A2A2. Windows color (decimal): -6443906 or 8301725. OLE color: 8301725.

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

Color convert

RGB 157 172 126 -
CMYK 0.09 0 0.27 0.33
HSL 79.57º 0.22% 0.58% -
HSV(B) 79.57º 0.27% 0.67% -
XYZ 32.42 38.18 25.4 -
YUV 162.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 157 172 126 0.09 0 0.27 0.33 79.57 0.22 0.58
Hex 9D AC 7E 9 0 1B 21 50 16 3A
Octal 235 254 176 11 0 33 41 120 26 72
Binary 10011101 10101100 1111110 1001 0 11011 100001 1010000 10110 111010

Color Harmonies of #9DAC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAC7E

Black with #9DAC7E

Text Example


Text Example

White with #9DAC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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