#93B56A

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

Shades of Olivine #93B56A

Tints of Olivine #93B56A

Color information

#93B56A (or 0x93B56A) is unknown color: approx Olivine. HEX triplet: 93, B5 and 6A. RGB value is (147,181,106). Sum of RGB (Red+Green+Blue) = 147+181+106=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 181 - color contains mainly: green. Hex color #93B56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B56A is #6C4A95. Grayscale: #A2A2A2. Windows color (decimal): -7096982 or 6993299. OLE color: 6993299.

HSL color Cylindrical-coordinate representation of color #93B56A: hue angle of 87.2º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93B56A is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB147181106-
CMYK0.1900.410.29
HSL87.2º33.63%56.27%-
HSV(B)87.2º41.44%70.98%-
XYZ31.1640.2919.77-
YUV162.2896.24117.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.87%
GREEN value IS 181 (71.09% from 255) = 41.71%
BLUE value IS 106 (41.80% from 255) = 24.42%
R=33.87%
G=41.71%
B=24.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471811060.1900.410.2987.233.6356.27
Hex93B56A130291D572238
Octal22326515223051351274270
Binary10010011101101011101010100110101001111011010111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,181,106); }

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

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

 a { background-color: rgb(147,181,106); }

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

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

 span { border-color: rgb(147,181,106); }

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