Html Css Color HEX #9AA087 Sage

📋 copy color: '#9AA087'

red 154 ◦ green 160 ◦ blue 135

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

Shades of Sage #9AA087

Tints of Sage #9AA087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.07%

R = 34.3%
G = 35.63%
B = 30.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#9AA087 (or 0x9AA087) is known color: Sage. HEX triplet: 9A, A0 and 87. RGB value is (154,160,135). Sum of RGB (Red+Green+Blue) = 154+160+135=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA087 is #655F78. Grayscale: #9B9B9B. Windows color (decimal): -6643577 or 8888474. OLE color: 8888474.

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

Color convert

RGB 154 160 135 -
CMYK 0.04 0 0.16 0.37
HSL 74.4º 0.12% 0.58% -
HSV(B) 74.4º 0.16% 0.63% -
XYZ 30.27 33.76 27.84 -
YUV 155.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 154 160 135 0.04 0 0.16 0.37 74.4 0.12 0.58
Hex 9A A0 87 4 0 10 25 4A C 3A
Octal 232 240 207 4 0 20 45 112 14 72
Binary 10011010 10100000 10000111 100 0 10000 100101 1001010 1100 111010

Color Harmonies of #9AA087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA087

Black with #9AA087

Text Example


Text Example

White with #9AA087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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