Html Css Color HEX #9AA770 Sage

📋 copy color: '#9AA770'

red 154 ◦ green 167 ◦ blue 112

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

Shades of Sage #9AA770

Tints of Sage #9AA770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.57%

 BLUE value IS 112 (44.14% from 255) = 25.87%

R = 35.57%
G = 38.57%
B = 25.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#9AA770 (or 0x9AA770) is known color: Sage. HEX triplet: 9A, A7 and 70. RGB value is (154,167,112). Sum of RGB (Red+Green+Blue) = 154+167+112=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 167 - color contains mainly: green. Hex color #9AA770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA770 is #65588F. Grayscale: #9D9D9D. Windows color (decimal): -6641808 or 7382938. OLE color: 7382938.

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

Color convert

RGB 154 167 112 -
CMYK 0.08 0 0.33 0.35
HSL 74.18º 0.24% 0.55% -
HSV(B) 74.18º 0.33% 0.65% -
XYZ 30.07 35.68 20.63 -
YUV 156.84 102.69 125.97 -
System Red Green Blue C M Y K H S L
Decimal 154 167 112 0.08 0 0.33 0.35 74.18 0.24 0.55
Hex 9A A7 70 8 0 21 23 4A 18 37
Octal 232 247 160 10 0 41 43 112 30 67
Binary 10011010 10100111 1110000 1000 0 100001 100011 1001010 11000 110111

Color Harmonies of #9AA770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA770

Black with #9AA770

Text Example


Text Example

White with #9AA770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,167,112); }

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

background-color css

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

 a { background-color: rgb(154,167,112); }

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

border-color css

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

 span { border-color: rgb(154,167,112); }

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