Html Css Color HEX #9AA474 Sage

📋 copy color: '#9AA474'

red 154 ◦ green 164 ◦ blue 116

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

Shades of Sage #9AA474

Tints of Sage #9AA474

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.79%

 BLUE value IS 116 (45.7% from 255) = 26.73%

R = 35.48%
G = 37.79%
B = 26.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#9AA474 (or 0x9AA474) is known color: Sage. HEX triplet: 9A, A4 and 74. RGB value is (154,164,116). Sum of RGB (Red+Green+Blue) = 154+164+116=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA474 is #655B8B. Grayscale: #9B9B9B. Windows color (decimal): -6642572 or 7644314. OLE color: 7644314.

HSL color Cylindrical-coordinate representation of color #9AA474: hue angle of 72.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AA474 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 154 164 116 -
CMYK 0.06 0 0.29 0.36
HSL 72.5º 0.21% 0.55% -
HSV(B) 72.5º 0.29% 0.64% -
XYZ 29.75 34.68 21.65 -
YUV 155.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 154 164 116 0.06 0 0.29 0.36 72.5 0.21 0.55
Hex 9A A4 74 6 0 1D 24 48 15 37
Octal 232 244 164 6 0 35 44 110 25 67
Binary 10011010 10100100 1110100 110 0 11101 100100 1001000 10101 110111

Color Harmonies of #9AA474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA474

Black with #9AA474

Text Example


Text Example

White with #9AA474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,164,116); }

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

background-color css

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

 a { background-color: rgb(154,164,116); }

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

border-color css

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

 span { border-color: rgb(154,164,116); }

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