#93B076

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

Shades of Olivine #93B076

Tints of Olivine #93B076

Color information

#93B076 (or 0x93B076) is unknown color: approx Olivine. HEX triplet: 93, B0 and 76. RGB value is (147,176,118). Sum of RGB (Red+Green+Blue) = 147+176+118=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 176 - color contains mainly: green. Hex color #93B076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B076 is #6C4F89. Grayscale: #A0A0A0. Windows color (decimal): -7098250 or 7778451. OLE color: 7778451.

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

Color convert

RGB147176118-
CMYK0.1600.330.31
HSL90º26.85%57.65%-
HSV(B)90º32.95%69.02%-
XYZ30.8338.5622.96-
YUV160.72103.89118.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.33%
GREEN value IS 176 (69.14% from 255) = 39.91%
BLUE value IS 118 (46.48% from 255) = 26.76%
R=33.33%
G=39.91%
B=26.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471761180.1600.330.319026.8557.65
Hex93B076100211F5a1b3a
Octal22326016620041371323372
Binary1001001110110000111011010000010000111111101101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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