Html Css Color HEX #99AA71 Sage

📋 copy color: '#99AA71'

red 153 ◦ green 170 ◦ blue 113

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

Shades of Sage #99AA71

Tints of Sage #99AA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.92%

R = 35.09%
G = 38.99%
B = 25.92%

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

#99AA71 (or 0x99AA71) is known color: Sage. HEX triplet: 99, AA and 71. RGB value is (153,170,113). Sum of RGB (Red+Green+Blue) = 153+170+113=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA71 is #66558E. Grayscale: #9E9E9E. Windows color (decimal): -6706575 or 7449241. OLE color: 7449241.

HSL color Cylindrical-coordinate representation of color #99AA71: hue angle of 77.89º 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 #99AA71 is Cyan = 0.1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 170 113 -
CMYK 0.1 0 0.34 0.33
HSL 77.89º 0.25% 0.55% -
HSV(B) 77.89º 0.34% 0.67% -
XYZ 30.49 36.71 21.1 -
YUV 158.42 102.37 124.13 -
System Red Green Blue C M Y K H S L
Decimal 153 170 113 0.1 0 0.34 0.33 77.89 0.25 0.55
Hex 99 AA 71 A 0 22 21 4E 19 37
Octal 231 252 161 12 0 42 41 116 31 67
Binary 10011001 10101010 1110001 1010 0 100010 100001 1001110 11001 110111

Color Harmonies of #99AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AA71

Black with #99AA71

Text Example


Text Example

White with #99AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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