#93AB78

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

Shades of Olivine #93AB78

Tints of Olivine #93AB78

Color information

#93AB78 (or 0x93AB78) is unknown color: approx Olivine. HEX triplet: 93, AB and 78. RGB value is (147,171,120). Sum of RGB (Red+Green+Blue) = 147+171+120=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AB78 is #6C5487. Grayscale: #9E9E9E. Windows color (decimal): -7099528 or 7908243. OLE color: 7908243.

HSL color Cylindrical-coordinate representation of color #93AB78: hue angle of 88.24º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93AB78 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB147171120-
CMYK0.1400.300.33
HSL88.24º23.29%57.06%-
HSV(B)88.24º29.82%67.06%-
XYZ29.9936.6823.27-
YUV158.01106.55120.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.56%
GREEN value IS 171 (67.19% from 255) = 39.04%
BLUE value IS 120 (47.27% from 255) = 27.40%
R=33.56%
G=39.04%
B=27.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471711200.1400.300.3388.2423.2957.06
Hex93AB78E01E21581739
Octal22325317016036411302771
Binary100100111010101111110001110011110100001101100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,171,120); }

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

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

 a { background-color: rgb(147,171,120); }

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

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

 span { border-color: rgb(147,171,120); }

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