Html Css Color HEX #9DAB74 Sage

📋 copy color: '#9DAB74'

red 157 ◦ green 171 ◦ blue 116

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

Shades of Sage #9DAB74

Tints of Sage #9DAB74

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.51%

 BLUE value IS 116 (45.7% from 255) = 26.13%

R = 35.36%
G = 38.51%
B = 26.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#9DAB74 (or 0x9DAB74) is known color: Sage. HEX triplet: 9D, AB and 74. RGB value is (157,171,116). Sum of RGB (Red+Green+Blue) = 157+171+116=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAB74 is #62548B. Grayscale: #A0A0A0. Windows color (decimal): -6444172 or 7646109. OLE color: 7646109.

HSL color Cylindrical-coordinate representation of color #9DAB74: hue angle of 75.27º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DAB74 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 171 116 -
CMYK 0.08 0 0.32 0.33
HSL 75.27º 0.25% 0.56% -
HSV(B) 75.27º 0.32% 0.67% -
XYZ 31.62 37.55 22.11 -
YUV 160.54 102.86 125.47 -
System Red Green Blue C M Y K H S L
Decimal 157 171 116 0.08 0 0.32 0.33 75.27 0.25 0.56
Hex 9D AB 74 8 0 20 21 4B 19 38
Octal 235 253 164 10 0 40 41 113 31 70
Binary 10011101 10101011 1110100 1000 0 100000 100001 1001011 11001 111000

Color Harmonies of #9DAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAB74

Black with #9DAB74

Text Example


Text Example

White with #9DAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,171,116); }

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

background-color css

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

 a { background-color: rgb(157,171,116); }

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

border-color css

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

 span { border-color: rgb(157,171,116); }

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