#95B37F

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

Shades of Olivine #95B37F

Tints of Olivine #95B37F

Color information

#95B37F (or 0x95B37F) is unknown color: approx Olivine. HEX triplet: 95, B3 and 7F. RGB value is (149,179,127). Sum of RGB (Red+Green+Blue) = 149+179+127=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #95B37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B37F is #6A4C80. Grayscale: #A4A4A4. Windows color (decimal): -6966401 or 8369045. OLE color: 8369045.

HSL color Cylindrical-coordinate representation of color #95B37F: hue angle of 94.62º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95B37F is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB149179127-
CMYK0.1700.290.30
HSL94.62º25.49%60%-
HSV(B)94.62º29.05%70.2%-
XYZ32.3540.1626.13-
YUV164.1107.06117.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.75%
GREEN value IS 179 (70.31% from 255) = 39.34%
BLUE value IS 127 (50% from 255) = 27.91%
R=32.75%
G=39.34%
B=27.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1491791270.1700.290.3094.6225.4960
Hex95B37F1101D1E5f193c
Octal22526317721035361373174
Binary100101011011001111111111000101110111110101111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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