Html Css Color HEX #9AA07F Sage

📋 copy color: '#9AA07F'

red 154 ◦ green 160 ◦ blue 127

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

Shades of Sage #9AA07F

Tints of Sage #9AA07F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.28%

 BLUE value IS 127 (50% from 255) = 28.8%

R = 34.92%
G = 36.28%
B = 28.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#9AA07F (or 0x9AA07F) is known color: Sage. HEX triplet: 9A, A0 and 7F. RGB value is (154,160,127). Sum of RGB (Red+Green+Blue) = 154+160+127=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA07F is #655F80. Grayscale: #9A9A9A. Windows color (decimal): -6643585 or 8364186. OLE color: 8364186.

HSL color Cylindrical-coordinate representation of color #9AA07F: hue angle of 70.91º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AA07F is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 154 160 127 -
CMYK 0.04 0 0.21 0.37
HSL 70.91º 0.15% 0.56% -
HSV(B) 70.91º 0.21% 0.63% -
XYZ 29.73 33.54 24.99 -
YUV 154.44 112.51 127.68 -
System Red Green Blue C M Y K H S L
Decimal 154 160 127 0.04 0 0.21 0.37 70.91 0.15 0.56
Hex 9A A0 7F 4 0 15 25 47 F 38
Octal 232 240 177 4 0 25 45 107 17 70
Binary 10011010 10100000 1111111 100 0 10101 100101 1000111 1111 111000

Color Harmonies of #9AA07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA07F

Black with #9AA07F

Text Example


Text Example

White with #9AA07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,160,127); }

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

background-color css

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

 a { background-color: rgb(154,160,127); }

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

border-color css

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

 span { border-color: rgb(154,160,127); }

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