#95AF71

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

Shades of Olivine #95AF71

Tints of Olivine #95AF71

Color information

#95AF71 (or 0x95AF71) is unknown color: approx Olivine. HEX triplet: 95, AF and 71. RGB value is (149,175,113). Sum of RGB (Red+Green+Blue) = 149+175+113=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AF71 is #6A508E. Grayscale: #A0A0A0. Windows color (decimal): -6967439 or 7450517. OLE color: 7450517.

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

Color convert

RGB149175113-
CMYK0.1500.350.31
HSL85.16º27.93%56.47%-
HSV(B)85.16º35.43%68.63%-
XYZ30.7138.2421.39-
YUV160.16101.39120.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.10%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 113 (44.53% from 255) = 25.86%
R=34.10%
G=40.05%
B=25.86%

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
Decimal1491751130.1500.350.3185.1627.9356.47
Hex95AF71F0231F551c38
Octal22525716117043371253470
Binary100101011010111111100011111010001111111101010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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