Html Css Color HEX #9DA272 Sage

📋 copy color: '#9DA272'

red 157 ◦ green 162 ◦ blue 114

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

Shades of Sage #9DA272

Tints of Sage #9DA272

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.41%

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

R = 36.26%
G = 37.41%
B = 26.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#9DA272 (or 0x9DA272) is known color: Sage. HEX triplet: 9D, A2 and 72. RGB value is (157,162,114). Sum of RGB (Red+Green+Blue) = 157+162+114=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA272 is #625D8D. Grayscale: #9B9B9B. Windows color (decimal): -6446478 or 7512733. OLE color: 7512733.

HSL color Cylindrical-coordinate representation of color #9DA272: hue angle of 66.25º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DA272 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 157 162 114 -
CMYK 0.03 0 0.30 0.36
HSL 66.25º 0.21% 0.54% -
HSV(B) 66.25º 0.3% 0.64% -
XYZ 29.86 34.22 20.95 -
YUV 155.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 157 162 114 0.03 0 0.30 0.36 66.25 0.21 0.54
Hex 9D A2 72 3 0 1E 24 42 15 36
Octal 235 242 162 3 0 36 44 102 25 66
Binary 10011101 10100010 1110010 11 0 11110 100100 1000010 10101 110110

Color Harmonies of #9DA272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA272

Black with #9DA272

Text Example


Text Example

White with #9DA272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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