Html Css Color HEX #9DA872 Sage

📋 copy color: '#9DA872'

red 157 ◦ green 168 ◦ blue 114

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

Shades of Sage #9DA872

Tints of Sage #9DA872

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.27%

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

R = 35.76%
G = 38.27%
B = 25.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#9DA872 (or 0x9DA872) is known color: Sage. HEX triplet: 9D, A8 and 72. RGB value is (157,168,114). Sum of RGB (Red+Green+Blue) = 157+168+114=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA872 is #62578D. Grayscale: #9E9E9E. Windows color (decimal): -6444942 or 7514269. OLE color: 7514269.

HSL color Cylindrical-coordinate representation of color #9DA872: hue angle of 72.22º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DA872 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 157 168 114 -
CMYK 0.07 0 0.32 0.34
HSL 72.22º 0.24% 0.55% -
HSV(B) 72.22º 0.32% 0.66% -
XYZ 30.94 36.39 21.31 -
YUV 158.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 157 168 114 0.07 0 0.32 0.34 72.22 0.24 0.55
Hex 9D A8 72 7 0 20 22 48 18 37
Octal 235 250 162 7 0 40 42 110 30 67
Binary 10011101 10101000 1110010 111 0 100000 100010 1001000 11000 110111

Color Harmonies of #9DA872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA872

Black with #9DA872

Text Example


Text Example

White with #9DA872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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