Html Css Color HEX #9DAC7A Sage

📋 copy color: '#9DAC7A'

red 157 ◦ green 172 ◦ blue 122

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

Shades of Sage #9DAC7A

Tints of Sage #9DAC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.05%

R = 34.81%
G = 38.14%
B = 27.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#9DAC7A (or 0x9DAC7A) is known color: Sage. HEX triplet: 9D, AC and 7A. RGB value is (157,172,122). Sum of RGB (Red+Green+Blue) = 157+172+122=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC7A is #625385. Grayscale: #A1A1A1. Windows color (decimal): -6443910 or 8039581. OLE color: 8039581.

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

Color convert

RGB 157 172 122 -
CMYK 0.09 0 0.29 0.33
HSL 78º 0.23% 0.58% -
HSV(B) 78º 0.29% 0.67% -
XYZ 32.17 38.08 24.07 -
YUV 161.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 157 172 122 0.09 0 0.29 0.33 78 0.23 0.58
Hex 9D AC 7A 9 0 1D 21 4E 17 3A
Octal 235 254 172 11 0 35 41 116 27 72
Binary 10011101 10101100 1111010 1001 0 11101 100001 1001110 10111 111010

Color Harmonies of #9DAC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAC7A

Black with #9DAC7A

Text Example


Text Example

White with #9DAC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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