Html Css Color HEX #99A46F Sage

📋 copy color: '#99A46F'

red 153 ◦ green 164 ◦ blue 111

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

Shades of Sage #99A46F

Tints of Sage #99A46F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.32%

 BLUE value IS 111 (43.75% from 255) = 25.93%

R = 35.75%
G = 38.32%
B = 25.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#99A46F (or 0x99A46F) is known color: Sage. HEX triplet: 99, A4 and 6F. RGB value is (153,164,111). Sum of RGB (Red+Green+Blue) = 153+164+111=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 164 - color contains mainly: green. Hex color #99A46F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A46F is #665B90. Grayscale: #9A9A9A. Windows color (decimal): -6708113 or 7316633. OLE color: 7316633.

HSL color Cylindrical-coordinate representation of color #99A46F: hue angle of 72.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99A46F is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 164 111 -
CMYK 0.07 0 0.32 0.36
HSL 72.45º 0.23% 0.54% -
HSV(B) 72.45º 0.32% 0.64% -
XYZ 29.28 34.47 20.15 -
YUV 154.67 103.36 126.81 -
System Red Green Blue C M Y K H S L
Decimal 153 164 111 0.07 0 0.32 0.36 72.45 0.23 0.54
Hex 99 A4 6F 7 0 20 24 48 17 36
Octal 231 244 157 7 0 40 44 110 27 66
Binary 10011001 10100100 1101111 111 0 100000 100100 1001000 10111 110110

Color Harmonies of #99A46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A46F

Black with #99A46F

Text Example


Text Example

White with #99A46F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,164,111); }

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

background-color css

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

 a { background-color: rgb(153,164,111); }

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

border-color css

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

 span { border-color: rgb(153,164,111); }

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