Html Css Color HEX #99A671 Sage

📋 copy color: '#99A671'

red 153 ◦ green 166 ◦ blue 113

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

Shades of Sage #99A671

Tints of Sage #99A671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.43%

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

R = 35.42%
G = 38.43%
B = 26.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#99A671 (or 0x99A671) is known color: Sage. HEX triplet: 99, A6 and 71. RGB value is (153,166,113). Sum of RGB (Red+Green+Blue) = 153+166+113=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 166 - color contains mainly: green. Hex color #99A671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A671 is #66598E. Grayscale: #9C9C9C. Windows color (decimal): -6707599 or 7448217. OLE color: 7448217.

HSL color Cylindrical-coordinate representation of color #99A671: hue angle of 74.72º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99A671 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 166 113 -
CMYK 0.08 0 0.32 0.35
HSL 74.72º 0.23% 0.55% -
HSV(B) 74.72º 0.32% 0.65% -
XYZ 29.75 35.24 20.86 -
YUV 156.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 153 166 113 0.08 0 0.32 0.35 74.72 0.23 0.55
Hex 99 A6 71 8 0 20 23 4B 17 37
Octal 231 246 161 10 0 40 43 113 27 67
Binary 10011001 10100110 1110001 1000 0 100000 100011 1001011 10111 110111

Color Harmonies of #99A671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A671

Black with #99A671

Text Example


Text Example

White with #99A671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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