#95B97F

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

Shades of Olivine #95B97F

Tints of Olivine #95B97F

Color information

#95B97F (or 0x95B97F) is unknown color: approx Olivine. HEX triplet: 95, B9 and 7F. RGB value is (149,185,127). Sum of RGB (Red+Green+Blue) = 149+185+127=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #95B97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B97F is #6A4680. Grayscale: #A7A7A7. Windows color (decimal): -6964865 or 8370581. OLE color: 8370581.

HSL color Cylindrical-coordinate representation of color #95B97F: hue angle of 97.24º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95B97F is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB149185127-
CMYK0.1900.310.27
HSL97.24º29.29%61.18%-
HSV(B)97.24º31.35%72.55%-
XYZ33.5742.6226.54-
YUV167.62105.07114.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.32%
GREEN value IS 185 (72.66% from 255) = 40.13%
BLUE value IS 127 (50% from 255) = 27.55%
R=32.32%
G=40.13%
B=27.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491851270.1900.310.2797.2429.2961.18
Hex95B97F1301F1B611d3d
Octal22527117723037331413575
Binary100101011011100111111111001101111111011110000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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