#95AD7D

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

Shades of Olivine #95AD7D

Tints of Olivine #95AD7D

Color information

#95AD7D (or 0x95AD7D) is unknown color: approx Olivine. HEX triplet: 95, AD and 7D. RGB value is (149,173,125). Sum of RGB (Red+Green+Blue) = 149+173+125=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AD7D is #6A5282. Grayscale: #A0A0A0. Windows color (decimal): -6967939 or 8236437. OLE color: 8236437.

HSL color Cylindrical-coordinate representation of color #95AD7D: hue angle of 90º 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 #95AD7D is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB149173125-
CMYK0.1400.280.32
HSL90º22.64%58.43%-
HSV(B)90º27.75%67.84%-
XYZ31.0437.7625.05-
YUV160.35108.05119.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.33%
GREEN value IS 173 (67.97% from 255) = 38.70%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=33.33%
G=38.70%
B=27.96%

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
Decimal1491731250.1400.280.329022.6458.43
Hex95AD7DE01C205a173a
Octal22525517516034401322772
Binary100101011010110111111011110011100100000101101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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