#9AA67D

Color #9AA67D Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #9AA67D

Tints of Sage #9AA67D

Color information

#9AA67D (or 0x9AA67D) is unknown color: approx Sage. HEX triplet: 9A, A6 and 7D. RGB value is (154,166,125). Sum of RGB (Red+Green+Blue) = 154+166+125=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 166 - color contains mainly: green. Hex color #9AA67D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA67D is #655982. Grayscale: #9D9D9D. Windows color (decimal): -6642051 or 8234650. OLE color: 8234650.

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

Color convert

RGB154166125-
CMYK0.0700.250.35
HSL77.56º18.72%57.06%-
HSV(B)77.56º24.7%65.1%-
XYZ30.6635.6224.66-
YUV157.74109.52125.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.61%
GREEN value IS 166 (65.23% from 255) = 37.30%
BLUE value IS 125 (49.22% from 255) = 28.09%
R=34.61%
G=37.30%
B=28.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1541661250.0700.250.3577.5618.7257.06
Hex9AA67D7019234e1339
Octal2322461757031431162371
Binary10011010101001101111101111011001100011100111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,166,125); }

 H1.HeaderClassName
 {
   color: #9AA67D;
 }
 .AnyTagClassName
 {
   color: #9AA67D;
 }
</style>
background-color css

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

 a { background-color: rgb(154,166,125); }

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

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

 span { border-color: rgb(154,166,125); }

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