Html Css Color HEX #9AA477 Sage

📋 copy color: '#9AA477'

red 154 ◦ green 164 ◦ blue 119

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

Shades of Sage #9AA477

Tints of Sage #9AA477

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.53%

 BLUE value IS 119 (46.88% from 255) = 27.23%

R = 35.24%
G = 37.53%
B = 27.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#9AA477 (or 0x9AA477) is known color: Sage. HEX triplet: 9A, A4 and 77. RGB value is (154,164,119). Sum of RGB (Red+Green+Blue) = 154+164+119=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA477 is #655B88. Grayscale: #9C9C9C. Windows color (decimal): -6642569 or 7840922. OLE color: 7840922.

HSL color Cylindrical-coordinate representation of color #9AA477: hue angle of 73.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AA477 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 154 164 119 -
CMYK 0.06 0 0.27 0.36
HSL 73.33º 0.2% 0.55% -
HSV(B) 73.33º 0.27% 0.64% -
XYZ 29.93 34.75 22.58 -
YUV 155.88 107.19 126.66 -
System Red Green Blue C M Y K H S L
Decimal 154 164 119 0.06 0 0.27 0.36 73.33 0.2 0.55
Hex 9A A4 77 6 0 1B 24 49 14 37
Octal 232 244 167 6 0 33 44 111 24 67
Binary 10011010 10100100 1110111 110 0 11011 100100 1001001 10100 110111

Color Harmonies of #9AA477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA477

Black with #9AA477

Text Example


Text Example

White with #9AA477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,164,119); }

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

background-color css

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

 a { background-color: rgb(154,164,119); }

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

border-color css

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

 span { border-color: rgb(154,164,119); }

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