#93B47A

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

Shades of Olivine #93B47A

Tints of Olivine #93B47A

Color information

#93B47A (or 0x93B47A) is unknown color: approx Olivine. HEX triplet: 93, B4 and 7A. RGB value is (147,180,122). Sum of RGB (Red+Green+Blue) = 147+180+122=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #93B47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B47A is #6C4B85. Grayscale: #A3A3A3. Windows color (decimal): -7097222 or 8041619. OLE color: 8041619.

HSL color Cylindrical-coordinate representation of color #93B47A: hue angle of 94.14º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93B47A is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB147180122-
CMYK0.1800.320.29
HSL94.14º27.88%59.22%-
HSV(B)94.14º32.22%70.59%-
XYZ31.8740.2524.5-
YUV163.52104.57116.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.74%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 122 (48.05% from 255) = 27.17%
R=32.74%
G=40.09%
B=27.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471801220.1800.320.2994.1427.8859.22
Hex93B47A120201D5e1c3b
Octal22326417222040351363473
Binary1001001110110100111101010010010000011101101111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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