#8A9B72

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

Shades of Sage #8A9B72

Tints of Sage #8A9B72

Color information

#8A9B72 (or 0x8A9B72) is unknown color: approx Sage. HEX triplet: 8A, 9B and 72. RGB value is (138,155,114). Sum of RGB (Red+Green+Blue) = 138+155+114=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9B72 is #75648D. Grayscale: #919191. Windows color (decimal): -7693454 or 7510922. OLE color: 7510922.

HSL color Cylindrical-coordinate representation of color #8A9B72: hue angle of 84.88º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A9B72 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB138155114-
CMYK0.1100.260.39
HSL84.88º17.01%52.75%-
HSV(B)84.88º26.45%60.78%-
XYZ25.2430.0620.39-
YUV145.24110.37122.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.91%
GREEN value IS 155 (60.94% from 255) = 38.08%
BLUE value IS 114 (44.92% from 255) = 28.01%
R=33.91%
G=38.08%
B=28.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381551140.1100.260.3984.8817.0152.75
Hex8A9B72B01A27551135
Octal21223316213032471252165
Binary100010101001101111100101011011010100111101010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9B72; }

 p { color: rgb(138,155,114); }

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

<style>
 a { background-color: #8A9B72; }

 a { background-color: rgb(138,155,114); }

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

<style>
 span { border-color: #8A9B72; }

 span { border-color: rgb(138,155,114); }

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