#95AB7F

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

Shades of Olivine #95AB7F

Tints of Olivine #95AB7F

Color information

#95AB7F (or 0x95AB7F) is unknown color: approx Olivine. HEX triplet: 95, AB and 7F. RGB value is (149,171,127). Sum of RGB (Red+Green+Blue) = 149+171+127=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 171 - color contains mainly: green. Hex color #95AB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AB7F is #6A5480. Grayscale: #9F9F9F. Windows color (decimal): -6968449 or 8366997. OLE color: 8366997.

HSL color Cylindrical-coordinate representation of color #95AB7F: hue angle of 90º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95AB7F is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB149171127-
CMYK0.1300.260.33
HSL90º20.75%58.43%-
HSV(B)90º25.73%67.06%-
XYZ30.7937.0525.61-
YUV159.41109.71120.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.33%
GREEN value IS 171 (67.19% from 255) = 38.26%
BLUE value IS 127 (50% from 255) = 28.41%
R=33.33%
G=38.26%
B=28.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491711270.1300.260.339020.7558.43
Hex95AB7FD01A215a153a
Octal22525317715032411322572
Binary100101011010101111111111101011010100001101101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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