#93A781

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

Shades of Olivine #93A781

Tints of Olivine #93A781

Color information

#93A781 (or 0x93A781) is unknown color: approx Olivine. HEX triplet: 93, A7 and 81. RGB value is (147,167,129). Sum of RGB (Red+Green+Blue) = 147+167+129=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 167 - color contains mainly: green. Hex color #93A781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A781 is #6C587E. Grayscale: #9C9C9C. Windows color (decimal): -7100543 or 8497043. OLE color: 8497043.

HSL color Cylindrical-coordinate representation of color #93A781: hue angle of 91.58º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93A781 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB147167129-
CMYK0.1200.230.35
HSL91.58º17.76%58.04%-
HSV(B)91.58º22.75%65.49%-
XYZ29.8135.4326.04-
YUV156.69112.37121.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.18%
GREEN value IS 167 (65.62% from 255) = 37.70%
BLUE value IS 129 (50.78% from 255) = 29.12%
R=33.18%
G=37.70%
B=29.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471671290.1200.230.3591.5817.7658.04
Hex93A781C017235c123a
Octal22324720114027431342272
Binary1001001110100111100000011100010111100011101110010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,167,129); }

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

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

 a { background-color: rgb(147,167,129); }

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

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

 span { border-color: rgb(147,167,129); }

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