Html Css Color HEX #9DA672 Sage

📋 copy color: '#9DA672'

red 157 ◦ green 166 ◦ blue 114

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

Shades of Sage #9DA672

Tints of Sage #9DA672

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.99%

 BLUE value IS 114 (44.92% from 255) = 26.09%

R = 35.93%
G = 37.99%
B = 26.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#9DA672 (or 0x9DA672) is known color: Sage. HEX triplet: 9D, A6 and 72. RGB value is (157,166,114). Sum of RGB (Red+Green+Blue) = 157+166+114=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA672 is #62598D. Grayscale: #9D9D9D. Windows color (decimal): -6445454 or 7513757. OLE color: 7513757.

HSL color Cylindrical-coordinate representation of color #9DA672: hue angle of 70.38º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DA672 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 157 166 114 -
CMYK 0.05 0 0.31 0.35
HSL 70.38º 0.23% 0.55% -
HSV(B) 70.38º 0.31% 0.65% -
XYZ 30.58 35.66 21.19 -
YUV 157.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 157 166 114 0.05 0 0.31 0.35 70.38 0.23 0.55
Hex 9D A6 72 5 0 1F 23 46 17 37
Octal 235 246 162 5 0 37 43 106 27 67
Binary 10011101 10100110 1110010 101 0 11111 100011 1000110 10111 110111

Color Harmonies of #9DA672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA672

Black with #9DA672

Text Example


Text Example

White with #9DA672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,166,114); }

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

background-color css

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

 a { background-color: rgb(157,166,114); }

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

border-color css

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

 span { border-color: rgb(157,166,114); }

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