#95AF72

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

Shades of Olivine #95AF72

Tints of Olivine #95AF72

Color information

#95AF72 (or 0x95AF72) is unknown color: approx Olivine. HEX triplet: 95, AF and 72. RGB value is (149,175,114). Sum of RGB (Red+Green+Blue) = 149+175+114=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AF72 is #6A508D. Grayscale: #A0A0A0. Windows color (decimal): -6967438 or 7516053. OLE color: 7516053.

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

Color convert

RGB149175114-
CMYK0.1500.350.31
HSL85.57º27.6%56.67%-
HSV(B)85.57º34.86%68.63%-
XYZ30.7638.2621.68-
YUV160.27101.89119.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.02%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=34.02%
G=39.95%
B=26.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751140.1500.350.3185.5727.656.67
Hex95AF72F0231F561c39
Octal22525716217043371263471
Binary100101011010111111100101111010001111111101011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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