#93A77A

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

Shades of Olivine #93A77A

Tints of Olivine #93A77A

Color information

#93A77A (or 0x93A77A) is unknown color: approx Olivine. HEX triplet: 93, A7 and 7A. RGB value is (147,167,122). Sum of RGB (Red+Green+Blue) = 147+167+122=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 167 - color contains mainly: green. Hex color #93A77A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A77A is #6C5885. Grayscale: #9C9C9C. Windows color (decimal): -7100550 or 8038291. OLE color: 8038291.

HSL color Cylindrical-coordinate representation of color #93A77A: hue angle of 86.67º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93A77A is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB147167122-
CMYK0.1200.270.35
HSL86.67º20.36%56.67%-
HSV(B)86.67º26.95%65.49%-
XYZ29.3635.2523.67-
YUV155.89108.87121.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.72%
GREEN value IS 167 (65.62% from 255) = 38.30%
BLUE value IS 122 (48.05% from 255) = 27.98%
R=33.72%
G=38.30%
B=27.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471671220.1200.270.3586.6720.3656.67
Hex93A77AC01B23571439
Octal22324717214033431272471
Binary100100111010011111110101100011011100011101011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,167,122); }

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

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

 a { background-color: rgb(147,167,122); }

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

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

 span { border-color: rgb(147,167,122); }

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