#99A277

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

Shades of Sage #99A277

Tints of Sage #99A277

Color information

#99A277 (or 0x99A277) is unknown color: approx Sage. HEX triplet: 99, A2 and 77. RGB value is (153,162,119). Sum of RGB (Red+Green+Blue) = 153+162+119=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 162 - color contains mainly: green. Hex color #99A277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A277 is #665D88. Grayscale: #9A9A9A. Windows color (decimal): -6708617 or 7840409. OLE color: 7840409.

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

Color convert

RGB153162119-
CMYK0.0600.270.36
HSL72.56º18.78%55.1%-
HSV(B)72.56º26.54%63.53%-
XYZ29.3933.9422.46-
YUV154.41108.02127-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 119 (46.88% from 255) = 27.42%
R=35.25%
G=37.33%
B=27.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531621190.0600.270.3672.5618.7855.1
Hex99A277601B24491337
Octal2312421676033441112367
Binary10011001101000101110111110011011100100100100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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