Html Css Color HEX #9AA67C Sage

📋 copy color: '#9AA67C'

red 154 ◦ green 166 ◦ blue 124

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

Shades of Sage #9AA67C

Tints of Sage #9AA67C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.39%

 BLUE value IS 124 (48.83% from 255) = 27.93%

R = 34.68%
G = 37.39%
B = 27.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#9AA67C (or 0x9AA67C) is known color: Sage. HEX triplet: 9A, A6 and 7C. RGB value is (154,166,124). Sum of RGB (Red+Green+Blue) = 154+166+124=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 166 - color contains mainly: green. Hex color #9AA67C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA67C is #655983. Grayscale: #9D9D9D. Windows color (decimal): -6642052 or 8169114. OLE color: 8169114.

HSL color Cylindrical-coordinate representation of color #9AA67C: hue angle of 77.14º 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 #9AA67C is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 154 166 124 -
CMYK 0.07 0 0.25 0.35
HSL 77.14º 0.19% 0.57% -
HSV(B) 77.14º 0.25% 0.65% -
XYZ 30.6 35.6 24.33 -
YUV 157.62 109.02 125.42 -
System Red Green Blue C M Y K H S L
Decimal 154 166 124 0.07 0 0.25 0.35 77.14 0.19 0.57
Hex 9A A6 7C 7 0 19 23 4D 13 39
Octal 232 246 174 7 0 31 43 115 23 71
Binary 10011010 10100110 1111100 111 0 11001 100011 1001101 10011 111001

Color Harmonies of #9AA67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA67C

Black with #9AA67C

Text Example


Text Example

White with #9AA67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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