#93B980

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

Shades of Olivine #93B980

Tints of Olivine #93B980

Color information

#93B980 (or 0x93B980) is unknown color: approx Olivine. HEX triplet: 93, B9 and 80. RGB value is (147,185,128). Sum of RGB (Red+Green+Blue) = 147+185+128=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #93B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B980 is #6C467F. Grayscale: #A7A7A7. Windows color (decimal): -7095936 or 8436115. OLE color: 8436115.

HSL color Cylindrical-coordinate representation of color #93B980: hue angle of 100º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93B980 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB147185128-
CMYK0.2100.310.27
HSL100º28.93%61.37%-
HSV(B)100º30.81%72.55%-
XYZ33.2842.4626.86-
YUV167.14105.91113.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.96%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 128 (50.39% from 255) = 27.83%
R=31.96%
G=40.22%
B=27.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471851280.2100.310.2710028.9361.37
Hex93B9801501F1B641d3d
Octal22327120025037331443575
Binary1001001110111001100000001010101111111011110010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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