Html Css Color HEX #9AAA78 Sage

📋 copy color: '#9AAA78'

red 154 ◦ green 170 ◦ blue 120

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

Shades of Sage #9AAA78

Tints of Sage #9AAA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.03%

R = 34.68%
G = 38.29%
B = 27.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#9AAA78 (or 0x9AAA78) is known color: Sage. HEX triplet: 9A, AA and 78. RGB value is (154,170,120). Sum of RGB (Red+Green+Blue) = 154+170+120=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAA78 is #655587. Grayscale: #9F9F9F. Windows color (decimal): -6641032 or 7907994. OLE color: 7907994.

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

Color convert

RGB 154 170 120 -
CMYK 0.09 0 0.29 0.33
HSL 79.2º 0.23% 0.57% -
HSV(B) 79.2º 0.29% 0.67% -
XYZ 31.09 36.98 23.27 -
YUV 159.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 154 170 120 0.09 0 0.29 0.33 79.2 0.23 0.57
Hex 9A AA 78 9 0 1D 21 4F 17 39
Octal 232 252 170 11 0 35 41 117 27 71
Binary 10011010 10101010 1111000 1001 0 11101 100001 1001111 10111 111001

Color Harmonies of #9AAA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAA78

Black with #9AAA78

Text Example


Text Example

White with #9AAA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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