#95B981

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

Shades of Olivine #95B981

Tints of Olivine #95B981

Color information

#95B981 (or 0x95B981) is unknown color: approx Olivine. HEX triplet: 95, B9 and 81. RGB value is (149,185,129). Sum of RGB (Red+Green+Blue) = 149+185+129=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #95B981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B981 is #6A467E. Grayscale: #A8A8A8. Windows color (decimal): -6964863 or 8501653. OLE color: 8501653.

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

Color convert

RGB149185129-
CMYK0.1900.300.27
HSL98.57º28.57%61.57%-
HSV(B)98.57º30.27%72.55%-
XYZ33.7142.6727.23-
YUV167.85106.07114.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 129 (50.78% from 255) = 27.86%
R=32.18%
G=39.96%
B=27.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491851290.1900.300.2798.5728.5761.57
Hex95B9811301E1B631d3e
Octal22527120123036331433576
Binary1001010110111001100000011001101111011011110001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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