#95AD7C

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

Shades of Olivine #95AD7C

Tints of Olivine #95AD7C

Color information

#95AD7C (or 0x95AD7C) is unknown color: approx Olivine. HEX triplet: 95, AD and 7C. RGB value is (149,173,124). Sum of RGB (Red+Green+Blue) = 149+173+124=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AD7C is #6A5283. Grayscale: #A0A0A0. Windows color (decimal): -6967940 or 8170901. OLE color: 8170901.

HSL color Cylindrical-coordinate representation of color #95AD7C: hue angle of 89.39º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95AD7C is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB149173124-
CMYK0.1400.280.32
HSL89.39º23%58.24%-
HSV(B)89.39º28.32%67.84%-
XYZ30.9837.7324.72-
YUV160.24107.55119.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.41%
GREEN value IS 173 (67.97% from 255) = 38.79%
BLUE value IS 124 (48.83% from 255) = 27.80%
R=33.41%
G=38.79%
B=27.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491731240.1400.280.3289.392358.24
Hex95AD7CE01C2059173a
Octal22525517416034401312772
Binary100101011010110111111001110011100100000101100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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