#95A87C

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

Shades of Olivine #95A87C

Tints of Olivine #95A87C

Color information

#95A87C (or 0x95A87C) is unknown color: approx Olivine. HEX triplet: 95, A8 and 7C. RGB value is (149,168,124). Sum of RGB (Red+Green+Blue) = 149+168+124=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 168 - color contains mainly: green. Hex color #95A87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A87C is #6A5783. Grayscale: #9D9D9D. Windows color (decimal): -6969220 or 8169621. OLE color: 8169621.

HSL color Cylindrical-coordinate representation of color #95A87C: hue angle of 85.91º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95A87C is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB149168124-
CMYK0.1100.260.34
HSL85.91º20.18%57.25%-
HSV(B)85.91º26.19%65.88%-
XYZ30.0435.8524.41-
YUV157.3109.21122.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.79%
GREEN value IS 168 (66.02% from 255) = 38.10%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=33.79%
G=38.10%
B=28.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1491681240.1100.260.3485.9120.1857.25
Hex95A87CB01A22561439
Octal22525017413032421262471
Binary100101011010100011111001011011010100010101011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,168,124); }

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

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

 a { background-color: rgb(149,168,124); }

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

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

 span { border-color: rgb(149,168,124); }

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