#93aa75

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

Shades of Olivine #93AA75

Tints of Olivine #93AA75

Color information

#93AA75 (or 0x93AA75) is unknown color: approx Olivine. HEX triplet: 93, AA and 75. RGB value is (147,170,117). Sum of RGB (Red+Green+Blue) = 147+170+117=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AA75 is #6C558A. Grayscale: #9D9D9D. Windows color (decimal): -7099787 or 7711379. OLE color: 7711379.

HSL color Cylindrical-coordinate representation of color #93AA75: hue angle of 86.04º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93AA75 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB147170117-
CMYK0.1400.310.33
HSL86.04º23.77%56.27%-
HSV(B)86.04º31.18%66.67%-
XYZ29.6236.2422.26-
YUV157.08105.38120.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.87%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 117 (46.09% from 255) = 26.96%
R=33.87%
G=39.17%
B=26.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471701170.1400.310.3386.0423.7756.27
Hex93AA75E01F21561838
Octal22325216516037411263070
Binary100100111010101011101011110011111100001101011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93aa75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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