#95AF73

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

Shades of Olivine #95AF73

Tints of Olivine #95AF73

Color information

#95AF73 (or 0x95AF73) is unknown color: approx Olivine. HEX triplet: 95, AF and 73. RGB value is (149,175,115). Sum of RGB (Red+Green+Blue) = 149+175+115=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AF73 is #6A508C. Grayscale: #A0A0A0. Windows color (decimal): -6967437 or 7581589. OLE color: 7581589.

HSL color Cylindrical-coordinate representation of color #95AF73: hue angle of 86º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95AF73 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB149175115-
CMYK0.1500.340.31
HSL86º27.27%56.86%-
HSV(B)86º34.29%68.63%-
XYZ30.8238.2921.99-
YUV160.39102.39119.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.94%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 115 (45.31% from 255) = 26.20%
R=33.94%
G=39.86%
B=26.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751150.1500.340.318627.2756.86
Hex95AF73F0221F561b39
Octal22525716317042371263371
Binary100101011010111111100111111010001011111101011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,175,115); }

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

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

 a { background-color: rgb(149,175,115); }

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

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

 span { border-color: rgb(149,175,115); }

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