#93A67A

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

Shades of Olivine #93A67A

Tints of Olivine #93A67A

Color information

#93A67A (or 0x93A67A) is unknown color: approx Olivine. HEX triplet: 93, A6 and 7A. RGB value is (147,166,122). Sum of RGB (Red+Green+Blue) = 147+166+122=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 166 - color contains mainly: green. Hex color #93A67A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A67A is #6C5985. Grayscale: #9B9B9B. Windows color (decimal): -7100806 or 8038035. OLE color: 8038035.

HSL color Cylindrical-coordinate representation of color #93A67A: hue angle of 85.91º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93A67A is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB147166122-
CMYK0.1100.270.35
HSL85.91º19.82%56.47%-
HSV(B)85.91º26.51%65.1%-
XYZ29.1834.8823.61-
YUV155.3109.21122.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.79%
GREEN value IS 166 (65.23% from 255) = 38.16%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=33.79%
G=38.16%
B=28.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471661220.1100.270.3585.9119.8256.47
Hex93A67AB01B23561438
Octal22324617213033431262470
Binary100100111010011011110101011011011100011101011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,166,122); }

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

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

 a { background-color: rgb(147,166,122); }

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

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

 span { border-color: rgb(147,166,122); }

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