Html Css Color HEX #9DA178 Sage

📋 copy color: '#9DA178'

red 157 ◦ green 161 ◦ blue 120

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

Shades of Sage #9DA178

Tints of Sage #9DA178

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.76%

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

R = 35.84%
G = 36.76%
B = 27.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#9DA178 (or 0x9DA178) is known color: Sage. HEX triplet: 9D, A1 and 78. RGB value is (157,161,120). Sum of RGB (Red+Green+Blue) = 157+161+120=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA178 is #625E87. Grayscale: #9B9B9B. Windows color (decimal): -6446728 or 7905693. OLE color: 7905693.

HSL color Cylindrical-coordinate representation of color #9DA178: hue angle of 65.85º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DA178 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 157 161 120 -
CMYK 0.02 0 0.25 0.37
HSL 65.85º 0.18% 0.55% -
HSV(B) 65.85º 0.25% 0.63% -
XYZ 30.04 34.01 22.75 -
YUV 155.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 157 161 120 0.02 0 0.25 0.37 65.85 0.18 0.55
Hex 9D A1 78 2 0 19 25 42 12 37
Octal 235 241 170 2 0 31 45 102 22 67
Binary 10011101 10100001 1111000 10 0 11001 100101 1000010 10010 110111

Color Harmonies of #9DA178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA178

Black with #9DA178

Text Example


Text Example

White with #9DA178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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