#93AF80

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

Shades of Olivine #93AF80

Tints of Olivine #93AF80

Color information

#93AF80 (or 0x93AF80) is unknown color: approx Olivine. HEX triplet: 93, AF and 80. RGB value is (147,175,128). Sum of RGB (Red+Green+Blue) = 147+175+128=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AF80 is #6C507F. Grayscale: #A1A1A1. Windows color (decimal): -7098496 or 8433555. OLE color: 8433555.

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

Color convert

RGB147175128-
CMYK0.1600.270.31
HSL95.74º22.71%59.41%-
HSV(B)95.74º26.86%68.63%-
XYZ31.2638.4226.19-
YUV161.27109.22117.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.67%
GREEN value IS 175 (68.75% from 255) = 38.89%
BLUE value IS 128 (50.39% from 255) = 28.44%
R=32.67%
G=38.89%
B=28.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471751280.1600.270.3195.7422.7159.41
Hex93AF801001B1F60173b
Octal22325720020033371402773
Binary1001001110101111100000001000001101111111110000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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