Html Css Color HEX #99A872 Sage

📋 copy color: '#99A872'

red 153 ◦ green 168 ◦ blue 114

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

Shades of Sage #99A872

Tints of Sage #99A872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.21%

R = 35.17%
G = 38.62%
B = 26.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#99A872 (or 0x99A872) is known color: Sage. HEX triplet: 99, A8 and 72. RGB value is (153,168,114). Sum of RGB (Red+Green+Blue) = 153+168+114=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 168 - color contains mainly: green. Hex color #99A872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A872 is #66578D. Grayscale: #9D9D9D. Windows color (decimal): -6707086 or 7514265. OLE color: 7514265.

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

Color convert

RGB 153 168 114 -
CMYK 0.09 0 0.32 0.34
HSL 76.67º 0.24% 0.55% -
HSV(B) 76.67º 0.32% 0.66% -
XYZ 30.18 35.99 21.28 -
YUV 157.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 153 168 114 0.09 0 0.32 0.34 76.67 0.24 0.55
Hex 99 A8 72 9 0 20 22 4D 18 37
Octal 231 250 162 11 0 40 42 115 30 67
Binary 10011001 10101000 1110010 1001 0 100000 100010 1001101 11000 110111

Color Harmonies of #99A872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A872

Black with #99A872

Text Example


Text Example

White with #99A872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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