#93B07B

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

Shades of Olivine #93B07B

Tints of Olivine #93B07B

Color information

#93B07B (or 0x93B07B) is unknown color: approx Olivine. HEX triplet: 93, B0 and 7B. RGB value is (147,176,123). Sum of RGB (Red+Green+Blue) = 147+176+123=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 176 - color contains mainly: green. Hex color #93B07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B07B is #6C4F84. Grayscale: #A1A1A1. Windows color (decimal): -7098245 or 8106131. OLE color: 8106131.

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

Color convert

RGB147176123-
CMYK0.1600.300.31
HSL92.83º25.12%58.63%-
HSV(B)92.83º30.11%69.02%-
XYZ31.1338.6824.56-
YUV161.29106.39117.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.96%
GREEN value IS 176 (69.14% from 255) = 39.46%
BLUE value IS 123 (48.44% from 255) = 27.58%
R=32.96%
G=39.46%
B=27.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471761230.1600.300.3192.8325.1258.63
Hex93B07B1001E1F5d193b
Octal22326017320036371353173
Binary100100111011000011110111000001111011111101110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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