Html Css Color HEX #99AA70 Sage

📋 copy color: '#99AA70'

red 153 ◦ green 170 ◦ blue 112

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

Shades of Sage #99AA70

Tints of Sage #99AA70

RGB

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

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

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

R = 35.17%
G = 39.08%
B = 25.75%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#99AA70 (or 0x99AA70) is known color: Sage. HEX triplet: 99, AA and 70. RGB value is (153,170,112). Sum of RGB (Red+Green+Blue) = 153+170+112=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA70 is #66558F. Grayscale: #9E9E9E. Windows color (decimal): -6706576 or 7383705. OLE color: 7383705.

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

Color convert

RGB 153 170 112 -
CMYK 0.1 0 0.34 0.33
HSL 77.59º 0.25% 0.55% -
HSV(B) 77.59º 0.34% 0.67% -
XYZ 30.44 36.69 20.81 -
YUV 158.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 153 170 112 0.1 0 0.34 0.33 77.59 0.25 0.55
Hex 99 AA 70 A 0 22 21 4E 19 37
Octal 231 252 160 12 0 42 41 116 31 67
Binary 10011001 10101010 1110000 1010 0 100010 100001 1001110 11001 110111

Color Harmonies of #99AA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AA70

Black with #99AA70

Text Example


Text Example

White with #99AA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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