#99A67A

Color #99A67A Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #99A67A

Tints of Sage #99A67A

Color information

#99A67A (or 0x99A67A) is unknown color: approx Sage. HEX triplet: 99, A6 and 7A. RGB value is (153,166,122). Sum of RGB (Red+Green+Blue) = 153+166+122=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 166 - color contains mainly: green. Hex color #99A67A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A67A is #665985. Grayscale: #9D9D9D. Windows color (decimal): -6707590 or 8038041. OLE color: 8038041.

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

Color convert

RGB153166122-
CMYK0.0800.270.35
HSL77.73º19.82%56.47%-
HSV(B)77.73º26.51%65.1%-
XYZ30.2935.4523.66-
YUV157.1108.19125.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.69%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=34.69%
G=37.64%
B=27.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531661220.0800.270.3577.7319.8256.47
Hex99A67A801B234e1438
Octal23124617210033431162470
Binary100110011010011011110101000011011100011100111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #99A67A;
 }
 .AnyTagClassName
 {
   color: #99A67A;
 }
</style>
background-color css

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

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

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

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

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

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