#93AF81

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

Shades of Olivine #93AF81

Tints of Olivine #93AF81

Color information

#93AF81 (or 0x93AF81) is unknown color: approx Olivine. HEX triplet: 93, AF and 81. RGB value is (147,175,129). Sum of RGB (Red+Green+Blue) = 147+175+129=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AF81 is #6C507E. Grayscale: #A1A1A1. Windows color (decimal): -7098495 or 8499091. OLE color: 8499091.

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

Color convert

RGB147175129-
CMYK0.1600.260.31
HSL96.52º22.33%59.61%-
HSV(B)96.52º26.29%68.63%-
XYZ31.3338.4526.54-
YUV161.38109.72117.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.59%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 129 (50.78% from 255) = 28.60%
R=32.59%
G=38.80%
B=28.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471751290.1600.260.3196.5222.3359.61
Hex93AF811001A1F61163c
Octal22325720120032371412674
Binary1001001110101111100000011000001101011111110000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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