#95AB7E

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

Shades of Olivine #95AB7E

Tints of Olivine #95AB7E

Color information

#95AB7E (or 0x95AB7E) is unknown color: approx Olivine. HEX triplet: 95, AB and 7E. RGB value is (149,171,126). Sum of RGB (Red+Green+Blue) = 149+171+126=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 171 - color contains mainly: green. Hex color #95AB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AB7E is #6A5481. Grayscale: #9F9F9F. Windows color (decimal): -6968450 or 8301461. OLE color: 8301461.

HSL color Cylindrical-coordinate representation of color #95AB7E: hue angle of 89.33º 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 #95AB7E is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB149171126-
CMYK0.1300.260.33
HSL89.33º21.13%58.24%-
HSV(B)89.33º26.32%67.06%-
XYZ30.7237.0225.27-
YUV159.29109.21120.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.41%
GREEN value IS 171 (67.19% from 255) = 38.34%
BLUE value IS 126 (49.61% from 255) = 28.25%
R=33.41%
G=38.34%
B=28.25%

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
Decimal1491711260.1300.260.3389.3321.1358.24
Hex95AB7ED01A2159153a
Octal22525317615032411312572
Binary100101011010101111111101101011010100001101100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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