Html Css Color HEX #99AA79 Sage

📋 copy color: '#99AA79'

red 153 ◦ green 170 ◦ blue 121

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

Shades of Sage #99AA79

Tints of Sage #99AA79

RGB

 RED value IS 153 (60.16% from 255) = 34.46%

 GREEN value IS 170 (66.8% from 255) = 38.29%

 BLUE value IS 121 (47.66% from 255) = 27.25%

R = 34.46%
G = 38.29%
B = 27.25%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#99AA79 (or 0x99AA79) is known color: Sage. HEX triplet: 99, AA and 79. RGB value is (153,170,121). Sum of RGB (Red+Green+Blue) = 153+170+121=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA79 is #665586. Grayscale: #9F9F9F. Windows color (decimal): -6706567 or 7973529. OLE color: 7973529.

HSL color Cylindrical-coordinate representation of color #99AA79: hue angle of 80.82º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99AA79 is Cyan = 0.1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 170 121 -
CMYK 0.1 0 0.29 0.33
HSL 80.82º 0.22% 0.57% -
HSV(B) 80.82º 0.29% 0.67% -
XYZ 30.96 36.9 23.58 -
YUV 159.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 153 170 121 0.1 0 0.29 0.33 80.82 0.22 0.57
Hex 99 AA 79 A 0 1D 21 51 16 39
Octal 231 252 171 12 0 35 41 121 26 71
Binary 10011001 10101010 1111001 1010 0 11101 100001 1010001 10110 111001

Color Harmonies of #99AA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AA79

Black with #99AA79

Text Example


Text Example

White with #99AA79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99AA79; }

 p { color: rgb(153,170,121); }

 H1.HeaderClassName
 {
   color: #99AA79;
 }
 .AnyTagClassName
 {
   color: #99AA79;
 }
</style>

background-color css

<style>
 a { background-color: #99AA79; }

 a { background-color: rgb(153,170,121); }

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

border-color css

<style>
 span { border-color: #99AA79; }

 span { border-color: rgb(153,170,121); }

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