#93AF71

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

Shades of Olivine #93AF71

Tints of Olivine #93AF71

Color information

#93AF71 (or 0x93AF71) is unknown color: approx Olivine. HEX triplet: 93, AF and 71. RGB value is (147,175,113). Sum of RGB (Red+Green+Blue) = 147+175+113=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AF71 is #6C508E. Grayscale: #9F9F9F. Windows color (decimal): -7098511 or 7450515. OLE color: 7450515.

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

Color convert

RGB147175113-
CMYK0.1600.350.31
HSL87.1º27.93%56.47%-
HSV(B)87.1º35.43%68.63%-
XYZ30.3438.0621.37-
YUV159.56101.72119.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.79%
GREEN value IS 175 (68.75% from 255) = 40.23%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=33.79%
G=40.23%
B=25.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471751130.1600.350.3187.127.9356.47
Hex93AF71100231F571c38
Octal22325716120043371273470
Binary1001001110101111111000110000010001111111101011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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