#93B072

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

Shades of Olivine #93B072

Tints of Olivine #93B072

Color information

#93B072 (or 0x93B072) is unknown color: approx Olivine. HEX triplet: 93, B0 and 72. RGB value is (147,176,114). Sum of RGB (Red+Green+Blue) = 147+176+114=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #93B072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B072 is #6C4F8D. Grayscale: #A0A0A0. Windows color (decimal): -7098254 or 7516307. OLE color: 7516307.

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

Color convert

RGB147176114-
CMYK0.1600.350.31
HSL88.06º28.18%56.86%-
HSV(B)88.06º35.23%69.02%-
XYZ30.638.4721.73-
YUV160.26101.89118.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.64%
GREEN value IS 176 (69.14% from 255) = 40.27%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=33.64%
G=40.27%
B=26.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471761140.1600.350.3188.0628.1856.86
Hex93B072100231F581c39
Octal22326016220043371303471
Binary1001001110110000111001010000010001111111101100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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