#95AB7C

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

Shades of Olivine #95AB7C

Tints of Olivine #95AB7C

Color information

#95AB7C (or 0x95AB7C) is unknown color: approx Olivine. HEX triplet: 95, AB and 7C. RGB value is (149,171,124). Sum of RGB (Red+Green+Blue) = 149+171+124=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #95AB7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AB7C is #6A5483. Grayscale: #9F9F9F. Windows color (decimal): -6968452 or 8170389. OLE color: 8170389.

HSL color Cylindrical-coordinate representation of color #95AB7C: hue angle of 88.09º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95AB7C is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB149171124-
CMYK0.1300.270.33
HSL88.09º21.86%57.84%-
HSV(B)88.09º27.49%67.06%-
XYZ30.636.9724.59-
YUV159.06108.21120.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.56%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 124 (48.83% from 255) = 27.93%
R=33.56%
G=38.51%
B=27.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491711240.1300.270.3388.0921.8657.84
Hex95AB7CD01B2158163a
Octal22525317415033411302672
Binary100101011010101111111001101011011100001101100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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