#93B16B

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

Shades of Olivine #93B16B

Tints of Olivine #93B16B

Color information

#93B16B (or 0x93B16B) is unknown color: approx Olivine. HEX triplet: 93, B1 and 6B. RGB value is (147,177,107). Sum of RGB (Red+Green+Blue) = 147+177+107=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 177 - color contains mainly: green. Hex color #93B16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93B16B is #6C4E94. Grayscale: #A0A0A0. Windows color (decimal): -7098005 or 7057811. OLE color: 7057811.

HSL color Cylindrical-coordinate representation of color #93B16B: hue angle of 85.71º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93B16B is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB147177107-
CMYK0.1700.400.31
HSL85.71º30.97%55.69%-
HSV(B)85.71º39.55%69.41%-
XYZ30.4138.7119.78-
YUV160.0598.06118.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 107 (42.19% from 255) = 24.83%
R=34.11%
G=41.07%
B=24.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471771070.1700.400.3185.7130.9755.69
Hex93B16B110281F561f38
Octal22326115321050371263770
Binary1001001110110001110101110001010100011111101011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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