#93B07A

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

Shades of Olivine #93B07A

Tints of Olivine #93B07A

Color information

#93B07A (or 0x93B07A) is unknown color: approx Olivine. HEX triplet: 93, B0 and 7A. RGB value is (147,176,122). Sum of RGB (Red+Green+Blue) = 147+176+122=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 176 - color contains mainly: green. Hex color #93B07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B07A is #6C4F85. Grayscale: #A1A1A1. Windows color (decimal): -7098246 or 8040595. OLE color: 8040595.

HSL color Cylindrical-coordinate representation of color #93B07A: hue angle of 92.22º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93B07A is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB147176122-
CMYK0.1600.310.31
HSL92.22º25.47%58.43%-
HSV(B)92.22º30.68%69.02%-
XYZ31.0738.6624.24-
YUV161.17105.89117.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.03%
GREEN value IS 176 (69.14% from 255) = 39.55%
BLUE value IS 122 (48.05% from 255) = 27.42%
R=33.03%
G=39.55%
B=27.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471761220.1600.310.3192.2225.4758.43
Hex93B07A1001F1F5c193a
Octal22326017220037371343172
Binary100100111011000011110101000001111111111101110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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