Html Css Color HEX #9AA070 Sage

📋 copy color: '#9AA070'

red 154 ◦ green 160 ◦ blue 112

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

Shades of Sage #9AA070

Tints of Sage #9AA070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.29%

R = 36.15%
G = 37.56%
B = 26.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#9AA070 (or 0x9AA070) is known color: Sage. HEX triplet: 9A, A0 and 70. RGB value is (154,160,112). Sum of RGB (Red+Green+Blue) = 154+160+112=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA070 is #655F8F. Grayscale: #989898. Windows color (decimal): -6643600 or 7381146. OLE color: 7381146.

HSL color Cylindrical-coordinate representation of color #9AA070: hue angle of 67.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AA070 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 154 160 112 -
CMYK 0.04 0 0.30 0.37
HSL 67.5º 0.2% 0.53% -
HSV(B) 67.5º 0.3% 0.63% -
XYZ 28.82 33.18 20.21 -
YUV 152.73 105.01 128.9 -
System Red Green Blue C M Y K H S L
Decimal 154 160 112 0.04 0 0.30 0.37 67.5 0.2 0.53
Hex 9A A0 70 4 0 1E 25 44 14 35
Octal 232 240 160 4 0 36 45 104 24 65
Binary 10011010 10100000 1110000 100 0 11110 100101 1000100 10100 110101

Color Harmonies of #9AA070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA070

Black with #9AA070

Text Example


Text Example

White with #9AA070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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