#93AB71

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

Shades of Olivine #93AB71

Tints of Olivine #93AB71

Color information

#93AB71 (or 0x93AB71) is unknown color: approx Olivine. HEX triplet: 93, AB and 71. RGB value is (147,171,113). Sum of RGB (Red+Green+Blue) = 147+171+113=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AB71 is #6C548E. Grayscale: #9D9D9D. Windows color (decimal): -7099535 or 7449491. OLE color: 7449491.

HSL color Cylindrical-coordinate representation of color #93AB71: hue angle of 84.83º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93AB71 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB147171113-
CMYK0.1400.340.33
HSL84.83º25.66%55.69%-
HSV(B)84.83º33.92%67.06%-
XYZ29.5836.5221.11-
YUV157.21103.05120.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 171 (67.19% from 255) = 39.68%
BLUE value IS 113 (44.53% from 255) = 26.22%
R=34.11%
G=39.68%
B=26.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471711130.1400.340.3384.8325.6655.69
Hex93AB71E02221551a38
Octal22325316116042411253270
Binary1001001110101011111000111100100010100001101010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93AB71; }

 p { color: rgb(147,171,113); }

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

<style>
 a { background-color: #93AB71; }

 a { background-color: rgb(147,171,113); }

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

<style>
 span { border-color: #93AB71; }

 span { border-color: rgb(147,171,113); }

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