#93B782

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

Shades of Olivine #93B782

Tints of Olivine #93B782

Color information

#93B782 (or 0x93B782) is unknown color: approx Olivine. HEX triplet: 93, B7 and 82. RGB value is (147,183,130). Sum of RGB (Red+Green+Blue) = 147+183+130=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 183 - color contains mainly: green. Hex color #93B782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B782 is #6C487D. Grayscale: #A6A6A6. Windows color (decimal): -7096446 or 8566675. OLE color: 8566675.

HSL color Cylindrical-coordinate representation of color #93B782: hue angle of 100.75º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93B782 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB147183130-
CMYK0.2000.290.28
HSL100.75º26.9%61.37%-
HSV(B)100.75º28.96%71.76%-
XYZ3341.6827.43-
YUV166.19107.57114.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.96%
GREEN value IS 183 (71.88% from 255) = 39.78%
BLUE value IS 130 (51.17% from 255) = 28.26%
R=31.96%
G=39.78%
B=28.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1471831300.2000.290.28100.7526.961.37
Hex93B7821401D1C651b3d
Octal22326720224035341453375
Binary1001001110110111100000101010001110111100110010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,183,130); }

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

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

 a { background-color: rgb(147,183,130); }

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

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

 span { border-color: rgb(147,183,130); }

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