#95A87A

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

Shades of Olivine #95A87A

Tints of Olivine #95A87A

Color information

#95A87A (or 0x95A87A) is unknown color: approx Olivine. HEX triplet: 95, A8 and 7A. RGB value is (149,168,122). Sum of RGB (Red+Green+Blue) = 149+168+122=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 168 - color contains mainly: green. Hex color #95A87A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A87A is #6A5785. Grayscale: #9D9D9D. Windows color (decimal): -6969222 or 8038549. OLE color: 8038549.

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

Color convert

RGB149168122-
CMYK0.1100.270.34
HSL84.78º20.91%56.86%-
HSV(B)84.78º27.38%65.88%-
XYZ29.9135.823.75-
YUV157.07108.21122.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.94%
GREEN value IS 168 (66.02% from 255) = 38.27%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=33.94%
G=38.27%
B=27.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1491681220.1100.270.3484.7820.9156.86
Hex95A87AB01B22551539
Octal22525017213033421252571
Binary100101011010100011110101011011011100010101010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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