Html Css Color HEX #9AAA72 Sage

📋 copy color: '#9AAA72'

red 154 ◦ green 170 ◦ blue 114

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

Shades of Sage #9AAA72

Tints of Sage #9AAA72

RGB

 RED value IS 154 (60.55% from 255) = 35.16%

 GREEN value IS 170 (66.8% from 255) = 38.81%

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

R = 35.16%
G = 38.81%
B = 26.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#9AAA72 (or 0x9AAA72) is known color: Sage. HEX triplet: 9A, AA and 72. RGB value is (154,170,114). Sum of RGB (Red+Green+Blue) = 154+170+114=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAA72 is #65558D. Grayscale: #9F9F9F. Windows color (decimal): -6641038 or 7514778. OLE color: 7514778.

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

Color convert

RGB 154 170 114 -
CMYK 0.09 0 0.33 0.33
HSL 77.14º 0.25% 0.56% -
HSV(B) 77.14º 0.33% 0.67% -
XYZ 30.74 36.83 21.41 -
YUV 158.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 154 170 114 0.09 0 0.33 0.33 77.14 0.25 0.56
Hex 9A AA 72 9 0 21 21 4D 19 38
Octal 232 252 162 11 0 41 41 115 31 70
Binary 10011010 10101010 1110010 1001 0 100001 100001 1001101 11001 111000

Color Harmonies of #9AAA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA72

Black with #9AAA72

Text Example


Text Example

White with #9AAA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,170,114); }

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

background-color css

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

 a { background-color: rgb(154,170,114); }

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

border-color css

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

 span { border-color: rgb(154,170,114); }

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