#93AD75

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

Shades of Olivine #93AD75

Tints of Olivine #93AD75

Color information

#93AD75 (or 0x93AD75) is unknown color: approx Olivine. HEX triplet: 93, AD and 75. RGB value is (147,173,117). Sum of RGB (Red+Green+Blue) = 147+173+117=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AD75 is #6C528A. Grayscale: #9F9F9F. Windows color (decimal): -7099019 or 7712147. OLE color: 7712147.

HSL color Cylindrical-coordinate representation of color #93AD75: hue angle of 87.86º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93AD75 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB147173117-
CMYK0.1500.320.32
HSL87.86º25.45%56.86%-
HSV(B)87.86º32.37%67.84%-
XYZ30.1937.3722.45-
YUV158.84104.39119.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.64%
GREEN value IS 173 (67.97% from 255) = 39.59%
BLUE value IS 117 (46.09% from 255) = 26.77%
R=33.64%
G=39.59%
B=26.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471731170.1500.320.3287.8625.4556.86
Hex93AD75F02020581939
Octal22325516517040401303171
Binary1001001110101101111010111110100000100000101100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,173,117); }

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

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

 a { background-color: rgb(147,173,117); }

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

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

 span { border-color: rgb(147,173,117); }

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