Html Css Color HEX #9AA874 Sage

📋 copy color: '#9AA874'

red 154 ◦ green 168 ◦ blue 116

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

Shades of Sage #9AA874

Tints of Sage #9AA874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.36%

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

R = 35.16%
G = 38.36%
B = 26.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#9AA874 (or 0x9AA874) is known color: Sage. HEX triplet: 9A, A8 and 74. RGB value is (154,168,116). Sum of RGB (Red+Green+Blue) = 154+168+116=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA874 is #65578B. Grayscale: #9E9E9E. Windows color (decimal): -6641548 or 7645338. OLE color: 7645338.

HSL color Cylindrical-coordinate representation of color #9AA874: hue angle of 76.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AA874 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 154 168 116 -
CMYK 0.08 0 0.31 0.34
HSL 76.15º 0.23% 0.56% -
HSV(B) 76.15º 0.31% 0.66% -
XYZ 30.48 36.14 21.89 -
YUV 157.89 104.36 125.23 -
System Red Green Blue C M Y K H S L
Decimal 154 168 116 0.08 0 0.31 0.34 76.15 0.23 0.56
Hex 9A A8 74 8 0 1F 22 4C 17 38
Octal 232 250 164 10 0 37 42 114 27 70
Binary 10011010 10101000 1110100 1000 0 11111 100010 1001100 10111 111000

Color Harmonies of #9AA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA874

Black with #9AA874

Text Example


Text Example

White with #9AA874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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