Html Css Color HEX #9AA579 Sage

📋 copy color: '#9AA579'

red 154 ◦ green 165 ◦ blue 121

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

Shades of Sage #9AA579

Tints of Sage #9AA579

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.5%

 BLUE value IS 121 (47.66% from 255) = 27.5%

R = 35%
G = 37.5%
B = 27.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#9AA579 (or 0x9AA579) is known color: Sage. HEX triplet: 9A, A5 and 79. RGB value is (154,165,121). Sum of RGB (Red+Green+Blue) = 154+165+121=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA579 is #655A86. Grayscale: #9C9C9C. Windows color (decimal): -6642311 or 7972250. OLE color: 7972250.

HSL color Cylindrical-coordinate representation of color #9AA579: hue angle of 75º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AA579 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 154 165 121 -
CMYK 0.07 0 0.27 0.35
HSL 75º 0.2% 0.56% -
HSV(B) 75º 0.27% 0.65% -
XYZ 30.23 35.16 23.28 -
YUV 156.7 107.86 126.08 -
System Red Green Blue C M Y K H S L
Decimal 154 165 121 0.07 0 0.27 0.35 75 0.2 0.56
Hex 9A A5 79 7 0 1B 23 4B 14 38
Octal 232 245 171 7 0 33 43 113 24 70
Binary 10011010 10100101 1111001 111 0 11011 100011 1001011 10100 111000

Color Harmonies of #9AA579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA579

Black with #9AA579

Text Example


Text Example

White with #9AA579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,165,121); }

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

background-color css

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

 a { background-color: rgb(154,165,121); }

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

border-color css

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

 span { border-color: rgb(154,165,121); }

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