#93B377

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

Shades of Olivine #93B377

Tints of Olivine #93B377

Color information

#93B377 (or 0x93B377) is unknown color: approx Olivine. HEX triplet: 93, B3 and 77. RGB value is (147,179,119). Sum of RGB (Red+Green+Blue) = 147+179+119=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 179 - color contains mainly: green. Hex color #93B377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B377 is #6C4C88. Grayscale: #A2A2A2. Windows color (decimal): -7097481 or 7844755. OLE color: 7844755.

HSL color Cylindrical-coordinate representation of color #93B377: hue angle of 92º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93B377 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB147179119-
CMYK0.1800.340.30
HSL92º28.3%58.43%-
HSV(B)92º33.52%70.2%-
XYZ31.4839.7823.47-
YUV162.59103.4116.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.03%
GREEN value IS 179 (70.31% from 255) = 40.22%
BLUE value IS 119 (46.88% from 255) = 26.74%
R=33.03%
G=40.22%
B=26.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1471791190.1800.340.309228.358.43
Hex93B377120221E5c1c3a
Octal22326316722042361343472
Binary1001001110110011111011110010010001011110101110011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,179,119); }

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

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

 a { background-color: rgb(147,179,119); }

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

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

 span { border-color: rgb(147,179,119); }

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