#99A27A

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

Shades of Sage #99A27A

Tints of Sage #99A27A

Color information

#99A27A (or 0x99A27A) is unknown color: approx Sage. HEX triplet: 99, A2 and 7A. RGB value is (153,162,122). Sum of RGB (Red+Green+Blue) = 153+162+122=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 162 - color contains mainly: green. Hex color #99A27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A27A is #665D85. Grayscale: #9A9A9A. Windows color (decimal): -6708614 or 8037017. OLE color: 8037017.

HSL color Cylindrical-coordinate representation of color #99A27A: hue angle of 73.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99A27A is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB153162122-
CMYK0.0600.250.36
HSL73.5º17.7%55.69%-
HSV(B)73.5º24.69%63.53%-
XYZ29.5734.0223.42-
YUV154.75109.52126.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.01%
GREEN value IS 162 (63.67% from 255) = 37.07%
BLUE value IS 122 (48.05% from 255) = 27.92%
R=35.01%
G=37.07%
B=27.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531621220.0600.250.3673.517.755.69
Hex99A27A6019244a1238
Octal2312421726031441122270
Binary10011001101000101111010110011001100100100101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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