Html Css Color HEX #9AA675 Sage

📋 copy color: '#9AA675'

red 154 ◦ green 166 ◦ blue 117

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

Shades of Sage #9AA675

Tints of Sage #9AA675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.77%

R = 35.24%
G = 37.99%
B = 26.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#9AA675 (or 0x9AA675) is known color: Sage. HEX triplet: 9A, A6 and 75. RGB value is (154,166,117). Sum of RGB (Red+Green+Blue) = 154+166+117=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 166 - color contains mainly: green. Hex color #9AA675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA675 is #65598A. Grayscale: #9D9D9D. Windows color (decimal): -6642059 or 7710362. OLE color: 7710362.

HSL color Cylindrical-coordinate representation of color #9AA675: hue angle of 74.69º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AA675 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 154 166 117 -
CMYK 0.07 0 0.30 0.35
HSL 74.69º 0.22% 0.55% -
HSV(B) 74.69º 0.3% 0.65% -
XYZ 30.17 35.43 22.08 -
YUV 156.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 154 166 117 0.07 0 0.30 0.35 74.69 0.22 0.55
Hex 9A A6 75 7 0 1E 23 4B 16 37
Octal 232 246 165 7 0 36 43 113 26 67
Binary 10011010 10100110 1110101 111 0 11110 100011 1001011 10110 110111

Color Harmonies of #9AA675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA675

Black with #9AA675

Text Example


Text Example

White with #9AA675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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