Html Css Color HEX #9DAC78 Sage

📋 copy color: '#9DAC78'

red 157 ◦ green 172 ◦ blue 120

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

Shades of Sage #9DAC78

Tints of Sage #9DAC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.73%

R = 34.97%
G = 38.31%
B = 26.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#9DAC78 (or 0x9DAC78) is known color: Sage. HEX triplet: 9D, AC and 78. RGB value is (157,172,120). Sum of RGB (Red+Green+Blue) = 157+172+120=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAC78 is #625387. Grayscale: #A1A1A1. Windows color (decimal): -6443912 or 7908509. OLE color: 7908509.

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

Color convert

RGB 157 172 120 -
CMYK 0.09 0 0.30 0.33
HSL 77.31º 0.24% 0.57% -
HSV(B) 77.31º 0.3% 0.67% -
XYZ 32.05 38.03 23.42 -
YUV 161.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 157 172 120 0.09 0 0.30 0.33 77.31 0.24 0.57
Hex 9D AC 78 9 0 1E 21 4D 18 39
Octal 235 254 170 11 0 36 41 115 30 71
Binary 10011101 10101100 1111000 1001 0 11110 100001 1001101 11000 111001

Color Harmonies of #9DAC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAC78

Black with #9DAC78

Text Example


Text Example

White with #9DAC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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