#93AF7E

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

Shades of Olivine #93AF7E

Tints of Olivine #93AF7E

Color information

#93AF7E (or 0x93AF7E) is unknown color: approx Olivine. HEX triplet: 93, AF and 7E. RGB value is (147,175,126). Sum of RGB (Red+Green+Blue) = 147+175+126=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AF7E is #6C5081. Grayscale: #A1A1A1. Windows color (decimal): -7098498 or 8302483. OLE color: 8302483.

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

Color convert

RGB147175126-
CMYK0.1600.280.31
HSL94.29º23.44%59.02%-
HSV(B)94.29º28%68.63%-
XYZ31.1338.3725.5-
YUV161.04108.22117.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.81%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 126 (49.61% from 255) = 28.12%
R=32.81%
G=39.06%
B=28.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471751260.1600.280.3194.2923.4459.02
Hex93AF7E1001C1F5e173b
Octal22325717620034371362773
Binary100100111010111111111101000001110011111101111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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