Html Css Color HEX #9DA075 Sage

📋 copy color: '#9DA075'

red 157 ◦ green 160 ◦ blue 117

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

Shades of Sage #9DA075

Tints of Sage #9DA075

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.87%

 BLUE value IS 117 (46.09% from 255) = 26.96%

R = 36.18%
G = 36.87%
B = 26.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#9DA075 (or 0x9DA075) is known color: Sage. HEX triplet: 9D, A0 and 75. RGB value is (157,160,117). Sum of RGB (Red+Green+Blue) = 157+160+117=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA075 is #625F8A. Grayscale: #9A9A9A. Windows color (decimal): -6446987 or 7708829. OLE color: 7708829.

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

Color convert

RGB 157 160 117 -
CMYK 0.02 0 0.27 0.37
HSL 64.19º 0.18% 0.54% -
HSV(B) 64.19º 0.27% 0.63% -
XYZ 29.69 33.59 21.75 -
YUV 154.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 157 160 117 0.02 0 0.27 0.37 64.19 0.18 0.54
Hex 9D A0 75 2 0 1B 25 40 12 36
Octal 235 240 165 2 0 33 45 100 22 66
Binary 10011101 10100000 1110101 10 0 11011 100101 1000000 10010 110110

Color Harmonies of #9DA075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA075

Black with #9DA075

Text Example


Text Example

White with #9DA075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,160,117); }

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

background-color css

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

 a { background-color: rgb(157,160,117); }

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

border-color css

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

 span { border-color: rgb(157,160,117); }

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