#93A782

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

Shades of Olivine #93A782

Tints of Olivine #93A782

Color information

#93A782 (or 0x93A782) is unknown color: approx Olivine. HEX triplet: 93, A7 and 82. RGB value is (147,167,130). Sum of RGB (Red+Green+Blue) = 147+167+130=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 167 - color contains mainly: green. Hex color #93A782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A782 is #6C587D. Grayscale: #9C9C9C. Windows color (decimal): -7100542 or 8562579. OLE color: 8562579.

HSL color Cylindrical-coordinate representation of color #93A782: hue angle of 92.43º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93A782 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB147167130-
CMYK0.1200.220.35
HSL92.43º17.37%58.24%-
HSV(B)92.43º22.16%65.49%-
XYZ29.8835.4526.39-
YUV156.8112.87121.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.11%
GREEN value IS 167 (65.62% from 255) = 37.61%
BLUE value IS 130 (51.17% from 255) = 29.28%
R=33.11%
G=37.61%
B=29.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471671300.1200.220.3592.4317.3758.24
Hex93A782C016235c113a
Octal22324720214026431342172
Binary1001001110100111100000101100010110100011101110010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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