#93B176

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

Shades of Olivine #93B176

Tints of Olivine #93B176

Color information

#93B176 (or 0x93B176) is unknown color: approx Olivine. HEX triplet: 93, B1 and 76. RGB value is (147,177,118). Sum of RGB (Red+Green+Blue) = 147+177+118=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 177 - color contains mainly: green. Hex color #93B176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B176 is #6C4E89. Grayscale: #A1A1A1. Windows color (decimal): -7097994 or 7778707. OLE color: 7778707.

HSL color Cylindrical-coordinate representation of color #93B176: hue angle of 90.51º 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 #93B176 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB147177118-
CMYK0.1700.330.31
HSL90.51º27.44%57.84%-
HSV(B)90.51º33.33%69.41%-
XYZ31.0238.9623.02-
YUV161.3103.56117.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.26%
GREEN value IS 177 (69.53% from 255) = 40.05%
BLUE value IS 118 (46.48% from 255) = 26.70%
R=33.26%
G=40.05%
B=26.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471771180.1700.330.3190.5127.4457.84
Hex93B176110211F5b1b3a
Octal22326116621041371333372
Binary1001001110110001111011010001010000111111101101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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