#95AD7F

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

Shades of Olivine #95AD7F

Tints of Olivine #95AD7F

Color information

#95AD7F (or 0x95AD7F) is unknown color: approx Olivine. HEX triplet: 95, AD and 7F. RGB value is (149,173,127). Sum of RGB (Red+Green+Blue) = 149+173+127=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AD7F is #6A5280. Grayscale: #A0A0A0. Windows color (decimal): -6967937 or 8367509. OLE color: 8367509.

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

Color convert

RGB149173127-
CMYK0.1400.270.32
HSL91.3º21.9%58.82%-
HSV(B)91.3º26.59%67.84%-
XYZ31.1737.8125.73-
YUV160.58109.05119.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 127 (50% from 255) = 28.29%
R=33.18%
G=38.53%
B=28.29%

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
Decimal1491731270.1400.270.3291.321.958.82
Hex95AD7FE01B205b163b
Octal22525517716033401332673
Binary100101011010110111111111110011011100000101101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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