#9BA672

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

Shades of Sage #9BA672

Tints of Sage #9BA672

Color information

#9BA672 (or 0x9BA672) is unknown color: approx Sage. HEX triplet: 9B, A6 and 72. RGB value is (155,166,114). Sum of RGB (Red+Green+Blue) = 155+166+114=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA672 is #64598D. Grayscale: #9C9C9C. Windows color (decimal): -6576526 or 7513755. OLE color: 7513755.

HSL color Cylindrical-coordinate representation of color #9BA672: hue angle of 72.69º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BA672 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB155166114-
CMYK0.0700.310.35
HSL72.69º22.61%54.9%-
HSV(B)72.69º31.33%65.1%-
XYZ30.1935.4621.17-
YUV156.78103.86126.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.63%
GREEN value IS 166 (65.23% from 255) = 38.16%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=35.63%
G=38.16%
B=26.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551661140.0700.310.3572.6922.6154.9
Hex9BA672701F23491737
Octal2332461627037431112767
Binary10011011101001101110010111011111100011100100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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