#93B475

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

Shades of Olivine #93B475

Tints of Olivine #93B475

Color information

#93B475 (or 0x93B475) is unknown color: approx Olivine. HEX triplet: 93, B4 and 75. RGB value is (147,180,117). Sum of RGB (Red+Green+Blue) = 147+180+117=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #93B475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B475 is #6C4B8A. Grayscale: #A3A3A3. Windows color (decimal): -7097227 or 7713939. OLE color: 7713939.

HSL color Cylindrical-coordinate representation of color #93B475: hue angle of 91.43º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93B475 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB147180117-
CMYK0.1800.350.29
HSL91.43º29.58%58.24%-
HSV(B)91.43º35%70.59%-
XYZ31.5640.1322.91-
YUV162.95102.07116.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.11%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 117 (46.09% from 255) = 26.35%
R=33.11%
G=40.54%
B=26.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471801170.1800.350.2991.4329.5858.24
Hex93B475120231D5b1e3a
Octal22326416522043351333672
Binary1001001110110100111010110010010001111101101101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,180,117); }

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

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

 a { background-color: rgb(147,180,117); }

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

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

 span { border-color: rgb(147,180,117); }

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