#95AD7E

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

Shades of Olivine #95AD7E

Tints of Olivine #95AD7E

Color information

#95AD7E (or 0x95AD7E) is unknown color: approx Olivine. HEX triplet: 95, AD and 7E. RGB value is (149,173,126). Sum of RGB (Red+Green+Blue) = 149+173+126=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AD7E is #6A5281. Grayscale: #A0A0A0. Windows color (decimal): -6967938 or 8301973. OLE color: 8301973.

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

Color convert

RGB149173126-
CMYK0.1400.270.32
HSL90.64º22.27%58.63%-
HSV(B)90.64º27.17%67.84%-
XYZ31.137.7825.39-
YUV160.47108.55119.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.26%
GREEN value IS 173 (67.97% from 255) = 38.62%
BLUE value IS 126 (49.61% from 255) = 28.12%
R=33.26%
G=38.62%
B=28.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491731260.1400.270.3290.6422.2758.63
Hex95AD7EE01B205b163b
Octal22525517616033401332673
Binary100101011010110111111101110011011100000101101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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