#93A97B

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

Shades of Olivine #93A97B

Tints of Olivine #93A97B

Color information

#93A97B (or 0x93A97B) is unknown color: approx Olivine. HEX triplet: 93, A9 and 7B. RGB value is (147,169,123). Sum of RGB (Red+Green+Blue) = 147+169+123=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 169 - color contains mainly: green. Hex color #93A97B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A97B is #6C5684. Grayscale: #9D9D9D. Windows color (decimal): -7100037 or 8104339. OLE color: 8104339.

HSL color Cylindrical-coordinate representation of color #93A97B: hue angle of 88.7º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93A97B is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB147169123-
CMYK0.1300.270.34
HSL88.7º21.1%57.25%-
HSV(B)88.7º27.22%66.27%-
XYZ29.836.0124.12-
YUV157.18108.71120.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.49%
GREEN value IS 169 (66.41% from 255) = 38.50%
BLUE value IS 123 (48.44% from 255) = 28.02%
R=33.49%
G=38.50%
B=28.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1471691230.1300.270.3488.721.157.25
Hex93A97BD01B22591539
Octal22325117315033421312571
Binary100100111010100111110111101011011100010101100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,169,123); }

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

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

 a { background-color: rgb(147,169,123); }

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

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

 span { border-color: rgb(147,169,123); }

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