#95A07B

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

Shades of Sage #95A07B

Tints of Sage #95A07B

Color information

#95A07B (or 0x95A07B) is unknown color: approx Sage. HEX triplet: 95, A0 and 7B. RGB value is (149,160,123). Sum of RGB (Red+Green+Blue) = 149+160+123=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 160 - color contains mainly: green. Hex color #95A07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A07B is #6A5F84. Grayscale: #989898. Windows color (decimal): -6971269 or 8102037. OLE color: 8102037.

HSL color Cylindrical-coordinate representation of color #95A07B: hue angle of 77.84º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95A07B is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB149160123-
CMYK0.0700.230.37
HSL77.84º16.3%55.49%-
HSV(B)77.84º23.13%62.75%-
XYZ28.5432.9623.6-
YUV152.49111.36125.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.49%
GREEN value IS 160 (62.89% from 255) = 37.04%
BLUE value IS 123 (48.44% from 255) = 28.47%
R=34.49%
G=37.04%
B=28.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1491601230.0700.230.3777.8416.355.49
Hex95A07B7017254e1037
Octal2252401737027451162067
Binary10010101101000001111011111010111100101100111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A07B; }

 p { color: rgb(149,160,123); }

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

<style>
 a { background-color: #95A07B; }

 a { background-color: rgb(149,160,123); }

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

<style>
 span { border-color: #95A07B; }

 span { border-color: rgb(149,160,123); }

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