Html Css Color HEX #99AA77 Sage

📋 copy color: '#99AA77'

red 153 ◦ green 170 ◦ blue 119

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

Shades of Sage #99AA77

Tints of Sage #99AA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.92%

R = 34.62%
G = 38.46%
B = 26.92%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#99AA77 (or 0x99AA77) is known color: Sage. HEX triplet: 99, AA and 77. RGB value is (153,170,119). Sum of RGB (Red+Green+Blue) = 153+170+119=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AA77 is #665588. Grayscale: #9F9F9F. Windows color (decimal): -6706569 or 7842457. OLE color: 7842457.

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

Color convert

RGB 153 170 119 -
CMYK 0.1 0 0.3 0.33
HSL 80º 0.23% 0.57% -
HSV(B) 80º 0.3% 0.67% -
XYZ 30.84 36.85 22.94 -
YUV 159.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 153 170 119 0.1 0 0.3 0.33 80 0.23 0.57
Hex 99 AA 77 A 0 1E 21 50 17 39
Octal 231 252 167 12 0 36 41 120 27 71
Binary 10011001 10101010 1110111 1010 0 11110 100001 1010000 10111 111001

Color Harmonies of #99AA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AA77

Black with #99AA77

Text Example


Text Example

White with #99AA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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