#93AF75

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

Shades of Olivine #93AF75

Tints of Olivine #93AF75

Color information

#93AF75 (or 0x93AF75) is unknown color: approx Olivine. HEX triplet: 93, AF and 75. RGB value is (147,175,117). Sum of RGB (Red+Green+Blue) = 147+175+117=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AF75 is #6C508A. Grayscale: #A0A0A0. Windows color (decimal): -7098507 or 7712659. OLE color: 7712659.

HSL color Cylindrical-coordinate representation of color #93AF75: hue angle of 88.97º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93AF75 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB147175117-
CMYK0.1600.330.31
HSL88.97º26.61%57.25%-
HSV(B)88.97º33.14%68.63%-
XYZ30.5738.1522.58-
YUV160.02103.72118.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.49%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 117 (46.09% from 255) = 26.65%
R=33.49%
G=39.86%
B=26.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471751170.1600.330.3188.9726.6157.25
Hex93AF75100211F591b39
Octal22325716520041371313371
Binary1001001110101111111010110000010000111111101100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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