Html Css Color HEX #99A87C Sage

📋 copy color: '#99A87C'

red 153 ◦ green 168 ◦ blue 124

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

Shades of Sage #99A87C

Tints of Sage #99A87C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.75%

 BLUE value IS 124 (48.83% from 255) = 27.87%

R = 34.38%
G = 37.75%
B = 27.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#99A87C (or 0x99A87C) is known color: Sage. HEX triplet: 99, A8 and 7C. RGB value is (153,168,124). Sum of RGB (Red+Green+Blue) = 153+168+124=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 168 - color contains mainly: green. Hex color #99A87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A87C is #665783. Grayscale: #9E9E9E. Windows color (decimal): -6707076 or 8169625. OLE color: 8169625.

HSL color Cylindrical-coordinate representation of color #99A87C: hue angle of 80.45º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99A87C is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 153 168 124 -
CMYK 0.09 0 0.26 0.34
HSL 80.45º 0.2% 0.57% -
HSV(B) 80.45º 0.26% 0.66% -
XYZ 30.78 36.23 24.44 -
YUV 158.5 108.53 124.08 -
System Red Green Blue C M Y K H S L
Decimal 153 168 124 0.09 0 0.26 0.34 80.45 0.2 0.57
Hex 99 A8 7C 9 0 1A 22 50 14 39
Octal 231 250 174 11 0 32 42 120 24 71
Binary 10011001 10101000 1111100 1001 0 11010 100010 1010000 10100 111001

Color Harmonies of #99A87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A87C

Black with #99A87C

Text Example


Text Example

White with #99A87C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,168,124); }

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

background-color css

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

 a { background-color: rgb(153,168,124); }

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

border-color css

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

 span { border-color: rgb(153,168,124); }

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