#93AE6B

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

Shades of Olivine #93AE6B

Tints of Olivine #93AE6B

Color information

#93AE6B (or 0x93AE6B) is unknown color: approx Olivine. HEX triplet: 93, AE and 6B. RGB value is (147,174,107). Sum of RGB (Red+Green+Blue) = 147+174+107=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AE6B is #6C5194. Grayscale: #9E9E9E. Windows color (decimal): -7098773 or 7057043. OLE color: 7057043.

HSL color Cylindrical-coordinate representation of color #93AE6B: hue angle of 84.18º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93AE6B is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB147174107-
CMYK0.1600.390.32
HSL84.18º29.26%55.1%-
HSV(B)84.18º38.51%68.24%-
XYZ29.8237.5419.58-
YUV158.2999.05119.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.35%
GREEN value IS 174 (68.36% from 255) = 40.65%
BLUE value IS 107 (42.19% from 255) = 25%
R=34.35%
G=40.65%
B=25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471741070.1600.390.3284.1829.2655.1
Hex93AE6B1002720541d37
Octal22325615320047401243567
Binary10010011101011101101011100000100111100000101010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,174,107); }

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

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

 a { background-color: rgb(147,174,107); }

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

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

 span { border-color: rgb(147,174,107); }

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