#9BA07F

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

Shades of Sage #9BA07F

Tints of Sage #9BA07F

Color information

#9BA07F (or 0x9BA07F) is unknown color: approx Sage. HEX triplet: 9B, A0 and 7F. RGB value is (155,160,127). Sum of RGB (Red+Green+Blue) = 155+160+127=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA07F is #645F80. Grayscale: #9A9A9A. Windows color (decimal): -6578049 or 8364187. OLE color: 8364187.

HSL color Cylindrical-coordinate representation of color #9BA07F: hue angle of 69.09º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BA07F is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB155160127-
CMYK0.0300.210.37
HSL69.09º14.8%56.27%-
HSV(B)69.09º20.62%62.75%-
XYZ29.9233.6425-
YUV154.74112.34128.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.07%
GREEN value IS 160 (62.89% from 255) = 36.20%
BLUE value IS 127 (50% from 255) = 28.73%
R=35.07%
G=36.20%
B=28.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551601270.0300.210.3769.0914.856.27
Hex9BA07F30152545f38
Octal2332401773025451051770
Binary100110111010000011111111101010110010110001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BA07F; }

 p { color: rgb(155,160,127); }

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

<style>
 a { background-color: #9BA07F; }

 a { background-color: rgb(155,160,127); }

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

<style>
 span { border-color: #9BA07F; }

 span { border-color: rgb(155,160,127); }

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